Sfoglia il codice sorgente

use the more generic removeDirectory

Karoly Negyesi 11 anni fa
parent
commit
6c393c1c69
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Composer/Test/Plugin/PluginInstallerTest.php

+ 1 - 1
tests/Composer/Test/Plugin/PluginInstallerTest.php

@@ -91,7 +91,7 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
 
     protected function tearDown() {
         $filesystem = new Filesystem();
-        $filesystem->removeDirectoryPhp($this->directory);
+        $filesystem->removeDirectory($this->directory);
     }
 
     public function testInstallNewPlugin()