Home
last modified time | relevance | path

Searched refs:assertFileNotExists (Results 1 – 7 of 7) sorted by relevance

/plugin/move/_test/
H A Dnamespace_move.test.php66 $this->assertFileNotExists(wikiFN('wiki:syntax'));
96 $this->assertFileNotExists(wikiFN('oldspace:page'));
262 $this->assertFileNotExists(wikiFN('oldns:start'));
263 $this->assertFileNotExists(wikiFN('oldns:page'));
303 $this->assertFileNotExists(mediaFN('oldns:oldnsimage.png'));
341 $this->assertFileNotExists(mediaFN('oldns:oldnsimage.png'));
387 $this->assertFileNotExists(mediaFN('oldns:oldnsimage.png'));
428 $this->assertFileNotExists(wikiFN('subns:start'));
429 $this->assertFileNotExists($oldfilepath);
471 $this->assertFileNotExists(wikiFN('subns:start'));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php70 $this->assertFileNotExists($key);
71 $this->assertFileNotExists($this->directory);
93 $this->assertFileNotExists($key);
115 $this->assertFileNotExists($key);
135 $this->assertFileNotExists($key);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileCachingTest.php64 $this->assertFileNotExists($cacheFileName, 'Cache file was not cleared.');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php43 self::assertFileNotExists($this->tmpDir);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1449 $this->assertFileNotExists(null);
1454 $this->assertFileNotExists(__DIR__ . DIRECTORY_SEPARATOR . 'NotExisting');
1457 $this->assertFileNotExists(__FILE__);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php707 function assertFileNotExists($filename, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1023 public static function assertFileNotExists($filename, $message = '') function in PHPUnit_Framework_Assert