Эх сурвалжийг харах

use the more generic removeDirectory

Karoly Negyesi 11 жил өмнө
parent
commit
6c393c1c69

+ 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()