@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
assertEmpty() assertEmpty(mixed $actual[, string $message = ''])
Requirements PHPUnit 5.6 requires PHP 5.6; using the latest version of PHP is highly recommended.
@depends PHPUnit supports the declaration of explicit dependencies between test methods. Such dependencies do not define the order in which
assertNan() assertNan(mixed $variable[, string $message = ''])
PHPUnit can produce several types of logfiles. Test Results (XML) The XML logfile for test
@author The @author annotation is an alias for the @group annotation (see
@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
assertStringMatchesFormat() assertStringMatchesFormat(string $format, string $string[
assertFileEquals() assertFileEquals(string $expected, string $actual[, string $message
Page 3 of 9