@medium The @medium annotation is an alias for @group medium. A medium test must
@backupGlobals The backup and restore operations for global variables can be completely disabled for all tests of a test case class like this
@expectedExceptionMessageRegExp The expected message can also be specified as a regular expression using the @expec
@expectedExceptionMessage The @expectedExceptionMessage annotation works similar to @e
@after The @after annotation can be used to specify methods that should be called after each test method in a
@group A test can be tagged as belonging to one or more groups using the @group annotation like this
@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@preserveGlobalState When a test is run in a separate process, PHPUnit will attempt to preserve the global state from the parent process by
@small The @small annotation is an alias for @group small. A small test must not
@runTestsInSeparateProcesses Indicates that all tests in a test class should be run in a separate PHP process.
Page 1 of 3