Explorar o código

use the more generic removeDirectory

Karoly Negyesi %!s(int64=11) %!d(string=hai) anos
pai
achega
6c393c1c69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()