@depends PHPUnit supports the declaration of explicit dependencies between test methods. Such dependencies do not define the order in which
@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@testdox
@preserveGlobalState When a test is run in a separate process, PHPUnit will attempt to preserve the global state from the parent process by
@author The @author annotation is an alias for the @group annotation (see
@codeCoverageIgnore* The @codeCoverageIgnore, @codeCoverageIgnoreStart and
@test As an alternative to prefixing your test method names with test, you can use the @test
@dataProvider A test method can accept arbitrary arguments. These arguments are to be provided by a data provider method (
@before The @before annotation can be used to specify methods that should be called before each test method in
@covers The @covers annotation can be used in the test code to specify which method(s) a test method wants to
Page 2 of 3