Nette Tester 2.3.0 is out

5 years ago by Miloslav Hůla  

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 (RSS)

  1. 👌

    5 years ago
  2. Thanks for improving the tool!

    5 years ago

Sign in to submit a comment