assertCount() assertCount($expectedCount, $haystack[, string $message = ''])
assertFileIsReadable() assertFileIsReadable(string $filename[, string $message = ''])
assertStringEndsWith() assertStringEndsWith(string $suffix, string $string[, string $message
assertThat() More complex assertions can be formulated using the PHPUnit_Framework_Constraint classes. They can
assertStringStartsWith() assertStringStartsWith(string $prefix, string $string[, string
assertContainsOnly() assertContainsOnly(string $type, Iterator|array $haystack[, boolean
assertClassHasStaticAttribute() assertClassHasStaticAttribute(string $attributeName,
assertClassHasAttribute() assertClassHasAttribute(string $attributeName, string $className[
assertFileExists() assertFileExists(string $filename[, string $message = ''])
assertGreaterThan() assertGreaterThan(mixed $expected, mixed $actual[, string $message
Page 4 of 5