@runTestsInSeparateProcesses Indicates that all tests in a test class should be run in a separate PHP process.
@expectedException Example 2.10 shows how to use the @expectedException annotation to test whether an exception
@testdox
@preserveGlobalState When a test is run in a separate process, PHPUnit will attempt to preserve the global state from the parent process by
@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@codeCoverageIgnore* The @codeCoverageIgnore, @codeCoverageIgnoreStart and
@test As an alternative to prefixing your test method names with test, you can use the @test
@coversDefaultClass The @coversDefaultClass annotation can be used to specify a default namespace or class name
@before The @before annotation can be used to specify methods that should be called before each test method in
@runInSeparateProcess Indicates that a test should be run in a separate PHP process.
Page 2 of 3