assertIsWritable() assertIsWritable(string $filename[, string $message = ''])
@after The @after annotation can be used to specify methods that should be called after each test method in a
@expectedExceptionMessage The @expectedExceptionMessage annotation works similar to @e
One of the most time-consuming parts of writing tests is writing the code to set the world up in a known state and then return it to its original state when the test is complete
assertInstanceOf() assertInstanceOf($expected, $actual[, $message = ''])
In computer science, code coverage is a measure used to
assertTrue() assertTrue(bool $condition[, string $message = ''])
assertContainsOnlyInstancesOf() assertContainsOnlyInstancesOf(string $classname, Traversable|array
@medium The @medium annotation is an alias for @group medium. A medium test must
assertDirectoryIsWritable() assertDirectoryIsWritable(string $directory[, string $message
Page 1 of 9