@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
@afterClass The @afterClass annotation can be used to specify static methods that should be called after all test
@dataProvider A test method can accept arbitrary arguments. These arguments are to be provided by a data provider method (
@beforeClass The @beforeClass annotation can be used to specify static methods that should be called before any
@uses The @uses annotation specifies code which will be executed by a test, but is not intended to be covered
@requires The @requires annotation can be used to skip tests when common preconditions, like the PHP Version
@expectedExceptionCode The @expectedExceptionCode annotation, in conjunction with the
@ticket
Page 3 of 3