Home
last modified time | relevance | path

Searched refs:assertDirectoryIsReadable (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1370 $this->assertDirectoryIsReadable(null);
1375 $this->assertDirectoryIsReadable(__DIR__);
1378 $this->assertDirectoryIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php958 public static function assertDirectoryIsReadable($directory, $message = '') function in PHPUnit_Framework_Assert