diff --git a/tests/Composer/Test/Plugin/PluginInstallerTest.php b/tests/Composer/Test/Plugin/PluginInstallerTest.php index 4163c0f2e..79e141530 100644 --- a/tests/Composer/Test/Plugin/PluginInstallerTest.php +++ b/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()