Home
last modified time | relevance | path

Searched refs:assertFileIsReadable (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1042 public static function assertFileIsReadable($file, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1470 $this->assertFileIsReadable(null);
1475 $this->assertFileIsReadable(__FILE__);
1478 $this->assertFileIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');