@testdox
assertJsonFileEqualsJsonFile() assertJsonFileEqualsJsonFile(mixed $expectedFile, mixed
Once you get used to writing automated tests, you will likely discover more uses for tests. Here are some examples. Agile Documentation
@preserveGlobalState When a test is run in a separate process, PHPUnit will attempt to preserve the global state from the parent process by
assertStringEqualsFile() assertStringEqualsFile(string $expectedFile, string $actualString[
@coversNothing The @coversNothing annotation can be used in the test code to specify that no code coverage information
@runTestsInSeparateProcesses Indicates that all tests in a test class should be run in a separate PHP process.
@test As an alternative to prefixing your test method names with test, you can use the @test
assertJsonStringEqualsJsonFile() assertJsonStringEqualsJsonFile(mixed $expectedFile,
assertXmlStringEqualsXmlString() assertXmlStringEqualsXmlString(string $expectedXml,
Page 4 of 9