Home
last modified time | relevance | path

Searched refs:assertIsReadable (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php850 public static function assertIsReadable($filename, $message = '') function in PHPUnit_Framework_Assert
961 self::assertIsReadable($directory, $message);
1045 self::assertIsReadable($file, $message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1248 $this->assertIsReadable(null);
1253 $this->assertIsReadable(__FILE__);
1256 $this->assertIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');