@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
@coversDefaultClass The @coversDefaultClass annotation can be used to specify a default namespace or class name
@afterClass The @afterClass annotation can be used to specify static methods that should be called after all test
@ticket
@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
@uses The @uses annotation specifies code which will be executed by a test, but is not intended to be covered
@beforeClass The @beforeClass annotation can be used to specify static methods that should be called before any
Page 3 of 3