16 calls to PHPUnit_Framework_Assert::assertFileExists()

Framework_AssertTest::testAssertFileExists in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertFileExists
Framework_AssertTest::testAssertFileExistsThrowsException in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertFileExists @expectedException PHPUnit_Framework_Exception
PHPUnit_Framework_Assert::assertFileEquals in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of one file is equal to the contents of another file.
PHPUnit_Framework_Assert::assertFileNotEquals in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of one file is not equal to the contents of another file.
PHPUnit_Framework_Assert::assertJsonFileEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two JSON files are equal.
PHPUnit_Framework_Assert::assertJsonFileNotEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two JSON files are not equal.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the generated JSON encoded object and the content of the given file are equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of a string is equal to the contents of a file.
PHPUnit_Framework_Assert::assertStringMatchesFormatFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string matches a given format file.
PHPUnit_Framework_Assert::assertStringNotEqualsFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that the contents of a string is not equal to the contents of a file.
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string does not match a given format string.
PHPUnit_Framework_Assert::assertXmlFileEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML files are equal.
PHPUnit_Framework_Assert::assertXmlFileNotEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML files are not equal.
PHPUnit_Framework_Assert::assertXmlStringEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML documents are equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that two XML documents are not equal.