1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

use the more generic removeDirectory

This commit is contained in:
Karoly Negyesi 2013-09-20 06:31:06 +02:00
parent 24c9ef72d6
commit 6c393c1c69

View file

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