Searched refs:assertDirectoryIsWritable (Results 1 – 2 of 2) sorted by relevance
1399 $this->assertDirectoryIsWritable(null);1404 $this->assertDirectoryIsWritable(__DIR__);1407 $this->assertDirectoryIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
982 public static function assertDirectoryIsWritable($directory, $message = '') function in PHPUnit_Framework_Assert