소스 검색

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