Releases: jakzal/phpunit-globals
Releases · jakzal/phpunit-globals
PHP 8.1 support
PHP 8 support
- Allow PHP 8 #20
Graceful handling of PHPUnit warnings
PHPUnit 9 support
Maintenance release
Run tests on PHP 7.4.
Phar release built with the update version of box
Hook based PHPUnit extension
- migrate to the new hook based PHPUnit extension system
PHPUnit 8 support
- minimum PHP version required raised to 7.2
- minimum supported PHPUnit version required raised to 8.0
putenv support
- restores environment variables defined with
putenv()
, after each test case is executed - defines environment variables based on
@putenv
annotation on the test case class and methods
Phar tests
- Verify the built phar package is usable (#6)