You are here

12 calls to PHPUnit_Framework_Assert::assertFileExists() in Zircon Profile 8

Framework_AssertTest::testAssertFileExists in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertFileExists
Framework_AssertTest::testAssertFileExistsThrowsException in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertFileExists @expectedException PHPUnit_Framework_Exception
PHPUnit_Framework_Assert::assertFileEquals in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the contents of one file is equal to the contents of another file.
PHPUnit_Framework_Assert::assertFileNotEquals in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the contents of one file is not equal to the contents of another file.
PHPUnit_Framework_Assert::assertJsonFileEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two JSON files are equal.
PHPUnit_Framework_Assert::assertJsonFileNotEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two JSON files are not equal.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the generated JSON encoded object and the content of the given file are equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the generated JSON encoded object and the content of the given file are not equal.
PHPUnit_Framework_Assert::assertStringEqualsFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the contents of a string is equal to the contents of a file.
PHPUnit_Framework_Assert::assertStringMatchesFormatFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a string matches a given format file.
PHPUnit_Framework_Assert::assertStringNotEqualsFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that the contents of a string is not equal to the contents of a file.
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a string does not match a given format string.