浏览代码

use the more generic removeDirectory

Karoly Negyesi 11 年之前
父节点
当前提交
6c393c1c69
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()