Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php867 public static function assertNotIsReadable($filename, $message = '') function in PHPUnit_Framework_Assert
973 self::assertNotIsReadable($directory, $message);
1057 self::assertNotIsReadable($file, $message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1269 $this->assertNotIsReadable(null);
1275 $this->assertNotIsReadable(__FILE__);