Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php903 public static function assertNotIsWritable($filename, $message = '') function in PHPUnit_Framework_Assert
997 self::assertNotIsWritable($directory, $message);
1081 self::assertNotIsWritable($file, $message);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1309 $this->assertNotIsWritable(null);
1315 $this->assertNotIsWritable(__FILE__);