Searched refs:assertDirectoryIsReadable (Results 1 – 2 of 2) sorted by relevance
1370 $this->assertDirectoryIsReadable(null);1375 $this->assertDirectoryIsReadable(__DIR__);1378 $this->assertDirectoryIsReadable(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
958 public static function assertDirectoryIsReadable($directory, $message = '') function in PHPUnit_Framework_Assert