@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@runTestsInSeparateProcesses Indicates that all tests in a test class should be run in a separate PHP process.
@depends PHPUnit supports the declaration of explicit dependencies between test methods. Such dependencies do not define the order in which
@author The @author annotation is an alias for the @group annotation (see
@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@test As an alternative to prefixing your test method names with test, you can use the @test
@codeCoverageIgnore* The @codeCoverageIgnore, @codeCoverageIgnoreStart and
@runInSeparateProcess Indicates that a test should be run in a separate PHP process.
@covers The @covers annotation can be used in the test code to specify which method(s) a test method wants to
@large The @large annotation is an alias for @group large.
Page 2 of 3