@coversDefaultClass The @coversDefaultClass annotation can be used to specify a default namespace or class name
@runInSeparateProcess Indicates that a test should be run in a separate PHP process.
@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 (
@ticket
@uses The @uses annotation specifies code which will be executed by a test, but is not intended to be covered
@expectedExceptionCode The @expectedExceptionCode annotation, in conjunction with the
@beforeClass The @beforeClass annotation can be used to specify static methods that should be called before any
@requires The @requires annotation can be used to skip tests when common preconditions, like the PHP Version
Page 3 of 3