Searched refs:assertIsWritable (Results 1 – 2 of 2) sorted by relevance
886 public static function assertIsWritable($filename, $message = '') function in PHPUnit_Framework_Assert985 self::assertIsWritable($directory, $message);1069 self::assertIsWritable($file, $message);
1288 $this->assertIsWritable(null);1293 $this->assertIsWritable(__FILE__);1296 $this->assertIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');