Revert to arbitrarily old point before initial remote branch creation to help clean up
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileBackendTest.php
index 710ad83..2b94778 100644 (file)
@@ -1392,11 +1392,8 @@ class FileBackendTest extends MediaWikiTestCase {
 
        private function doTestGetFileList() {
                $backendName = $this->backendClass();
-               $base = $this->baseStorePath();
-
-               // Should have no errors
-               $iter = $this->backend->getFileList( array( 'dir' => "$base/unittest-cont-notexists" ) );
 
+               $base = $this->baseStorePath();
                $files = array(
                        "$base/unittest-cont1/test1.txt",
                        "$base/unittest-cont1/test2.txt",