Skip to content

Releases: jakzal/phpunit-globals

PHPUnit 8 support

04 Feb 12:21
2385ff7

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

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

Choose a tag to compare

  • Verify the built phar package is usable (#6)

Ignore inessential files from git export

07 Jun 16:04
78bae27

Choose a tag to compare

Merge pull request #5 from jakzal/gitattributes-export-ignore

Ignore inessential files from git export

Phar release

04 Jun 07:42
e00c9aa

Choose a tag to compare

  • start distributing the extension as a phar

Namespace global PHP function calls

24 May 19:05
23a5911

Choose a tag to compare

Merge pull request #1 from jakzal/makefile

Set up a makefile and configure php-cs-fixer

Require PHP 7.1 minimum

01 Mar 17:24
9cfd6b9

Choose a tag to compare

v1.0.1

Add missing php dependency

Support for @server and @env annotations

01 Mar 17:03
62b5e37

Choose a tag to compare

The first stable release includes an assertion listener that:

  • restores $_SERVER and $_ENV global variables after each test case is executed
  • defines $_SERVER and $_ENV global variables based on @server and @env annotations on the test case class and methods