Nette Tester 2.3.0 is out
A new minor version is out and brings mainly fixes. Namely, it is touching
support in Tester\FileMock
and file locking bypass when
Tester\FileMutator
is active.
One improvement has been implemented. When running test as an ordinary PHP script, for example:
php tests/my-test.phpt
and the test finished successfully, there was only an empty screen. Now you
get nice green OK
, so you can be sure that something happened.
Last thing to mention is a new Assert::nonNull()
. It will fail
when the passed argument is null
.
And that's all. See you next time.
Comments
👌
Thanks for improving the tool!
Sign in to submit a comment