Fix spaces in MigrateFileRepoLayoutTest::tearDown
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 27 Aug 2015 19:03:32 +0000 (21:03 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Thu, 27 Aug 2015 19:03:32 +0000 (21:03 +0200)
Use tabs for indent

Change-Id: I021b7ff41be23e46fe49dc552e697c7b8f78622e

tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php

index 65db7e4..551d3a7 100644 (file)
@@ -75,11 +75,11 @@ class MigrateFileRepoLayoutTest extends MediaWikiTestCase {
        }
 
        protected function tearDown() {
-       foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) {
-               $this->deleteFilesRecursively( $directory );
-       }
+               foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) {
+                       $this->deleteFilesRecursively( $directory );
+               }
 
-       unlink( $this->tmpFilepath );
+               unlink( $this->tmpFilepath );
 
                parent::tearDown();
        }