Nette Tester 1.0 released

10 years ago by David Grudl  

Four years ago, a new simple unit test framework was added to the Nette Framework. 😉 Nowadays, Nette Tester has become a stable testing tool with integrated support in NetBeans 8.0 and a lot of features:

  • very easy to use and understand API
  • each test is a standalone PHP script
  • fast parallel testing
  • colorized and readable output, including TAP format
  • code coverage analysis
  • watching folders for changes and automatically re-run tests
  • HTML output testing

For more information see the readme file or the documentation.