@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@small The @small annotation is an alias for @group small. A small test must not
assertNan() assertNan(mixed $variable[, string $message = ''])
Once you get used to writing automated tests, you will likely discover more uses for tests. Here are some examples. Agile Documentation
@runTestsInSeparateProcesses Indicates that all tests in a test class should be run in a separate PHP process.
@backupStaticAttributes The @backupStaticAttributes annotation can be used to back up all static property values
@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@test As an alternative to prefixing your test method names with test, you can use the @test
assertDirectoryExists() assertDirectoryExists(string $directory[, string $message = ''])
assertFileIsWritable() assertFileIsWritable(string $filename[, string $message = ''])
Page 4 of 9