Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php982 public static function assertDirectoryIsWritable($directory, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1399 $this->assertDirectoryIsWritable(null);
1404 $this->assertDirectoryIsWritable(__DIR__);
1407 $this->assertDirectoryIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');