Releases: konecnyjakub/mytester
Releases · konecnyjakub/mytester
My Tester 0.9.4c
Changelog
- fixed assertion same
My Tester 0.9.4b
Changes in dependencies:
- raised minimal version of PHP to 5.6
Other changes:
- corrected misspelled warning
My Tester 0.9.4a
Changes in dependencies
- raised minimal version of PHP to 5.5
- version 2.4 of packages nette/reflection and nette/robot-loader is now required
My Tester 0.9.4
Changelog
- allowed conditional skipping of tests (in TestCase)
- small code refactoring
- print number of finished and skipped jobs for TestCase
My Tester 0.9.3
Changelog:
- test suits can have custom names
- possible BC break: made Environment::$taskCount protected (use Environment::getCounter() to get its value)
- possible BC break: made Environment::$output protected (use Environment::getOutput() to get its value)
- clarified error message when trying to set invalid output mode
- BC break: reworked parameters for test methods in TestCase, see README for more info
My Tester 0.9.2
New features:
- added automated tests runner (requires package nette/robot-loader)
- tests can have custom names
- tests (in TestCase) can be skipped
Changes in dependencies:
- raised minimal version of PHP to 5.4
- added dependency on nette/reflection
- added optional dependency on nette/robot-loader (for automated tests runner)
My Tester 0.9.1a
Changelog:
- small code refactoring
- added README with documentation
- made possible installation via composer
My Tester 0.9.1
Changelog:
- print correct line ending when run from browswer
- small code refactoring
My Tester 0.9.0
Initial version