Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php886 public static function assertIsWritable($filename, $message = '') function in PHPUnit_Framework_Assert
985 self::assertIsWritable($directory, $message);
1069 self::assertIsWritable($file, $message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1288 $this->assertIsWritable(null);
1293 $this->assertIsWritable(__FILE__);
1296 $this->assertIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');