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:
parent
24c9ef72d6
commit
6c393c1c69
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue