Skip to content

My Tester 1.1

Compare
Choose a tag to compare
@konecnyjakub konecnyjakub released this 28 Aug 12:43
· 815 commits to master since this release

Version 1.1 is out. Starting with this version, My Tester will not be distributed as .phar file anymore. Just install it via Composer.

New features

  • added option to skip a test if current sapi is different
  • added event onExecute to TestsRunner

Enchantments

  • the environment for nette di extension is now set up in TestsRunner::execute()
  • improved deprecation message for Runner
  • TestsRunner::execute() now returns whetever the tests failed