@dataProvider A test method can accept arbitrary arguments. These arguments are to be provided by a data provider method (
assertStringStartsWith() assertStringStartsWith(string $prefix, string $string[, string
One of the goals of PHPUnit is that tests should be composable: we want to be able to run any number or combination of tests together, for instance all tests for the whole
@ticket
assertClassHasAttribute() assertClassHasAttribute(string $attributeName, string $className[
assertGreaterThan() assertGreaterThan(mixed $expected, mixed $actual[, string $message
assertSame() assertSame(mixed $expected, mixed $actual[, string $message = ''])
assertEqualXMLStructure() assertEqualXMLStructure(DOMElement $expectedElement, DOMElement
@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
Page 8 of 9