@backupGlobals The backup and restore operations for global variables can be completely disabled for all tests of a test case class like this
@group A test can be tagged as belonging to one or more groups using the @group annotation like this
@medium The @medium annotation is an alias for @group medium. A medium test must
@expectedExceptionMessageRegExp The expected message can also be specified as a regular expression using the @expec
@after The @after annotation can be used to specify methods that should be called after each test method in a
@expectedExceptionMessage The @expectedExceptionMessage annotation works similar to @e
@depends PHPUnit supports the declaration of explicit dependencies between test methods. Such dependencies do not define the order in which
@small The @small annotation is an alias for @group small. A small test must not
@author The @author annotation is an alias for the @group annotation (see
@preserveGlobalState When a test is run in a separate process, PHPUnit will attempt to preserve the global state from the parent process by
Page 1 of 3