Searched refs:assertDirectoryNotExists (Results 1 – 3 of 3) sorted by relevance
1349 $this->assertDirectoryNotExists(null);1354 $this->assertDirectoryNotExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');1357 $this->assertDirectoryNotExists(__DIR__);
31 - [163: Use assertDirectoryExists and assertDirectoryNotExists](https://github.com/doctrine/annotat…
939 public static function assertDirectoryNotExists($directory, $message = '') function in PHPUnit_Framework_Assert