Skip to content

Releases: jakzal/phpunit-globals

PHP 8.1 support

18 Nov 21:28
ca6fcf6
Compare
Choose a tag to compare

PHP 8 support

18 Oct 20:26
26a0bf3
Compare
Choose a tag to compare
  • Allow PHP 8 #20

Graceful handling of PHPUnit warnings

18 Oct 19:48
d6d4e6f
Compare
Choose a tag to compare
  • Handle PHPUnit warning gracefully #19 (thanks @fzieris)

PHPUnit 9 support

10 Feb 21:45
9122d81
Compare
Choose a tag to compare
  • Fix the extension with methods annotated with a @dataProvider (thanks @fzieris) #14
  • Allow the extension to be installed with PHPUnit 9

Maintenance release

14 Dec 09:33
fea8068
Compare
Choose a tag to compare

Run tests on PHP 7.4.

Phar release built with the update version of box

11 Jun 12:56
52c2326
Compare
Choose a tag to compare

Hook based PHPUnit extension

04 Feb 13:28
1afc330
Compare
Choose a tag to compare
  • migrate to the new hook based PHPUnit extension system

PHPUnit 8 support

04 Feb 12:21
2385ff7
Compare
Choose a tag to compare
  • minimum PHP version required raised to 7.2
  • minimum supported PHPUnit version required raised to 8.0

putenv support

04 Sep 15:49
297d266
Compare
Choose a tag to compare
  • 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

25 Jul 23:13
6dedf4e
Compare
Choose a tag to compare
  • Verify the built phar package is usable (#6)