Searched refs:assertFileIsWritable (Results 1 – 2 of 2) sorted by relevance
1499 $this->assertFileIsWritable(null);1504 $this->assertFileIsWritable(__FILE__);1507 $this->assertFileIsWritable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1066 public static function assertFileIsWritable($file, $message = '') function in PHPUnit_Framework_Assert