Skip to content

Support for @server and @env annotations

Choose a tag to compare

@jakzal jakzal released this 01 Mar 17:03
62b5e37

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