Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1499 $this->assertFileIsWritable(null);
1504 $this->assertFileIsWritable(__FILE__);
1507 $this->assertFileIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1066 public static function assertFileIsWritable($file, $message = '') function in PHPUnit_Framework_Assert