@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@small The @small annotation is an alias for @group small. A small test must not
@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@testdox
@depends PHPUnit supports the declaration of explicit dependencies between test methods. Such dependencies do not define the order in which
@test As an alternative to prefixing your test method names with test, you can use the @test
@codeCoverageIgnore* The @codeCoverageIgnore, @codeCoverageIgnoreStart and
@before The @before annotation can be used to specify methods that should be called before each test method in
@large The @large annotation is an alias for @group large.
@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