use the more generic removeDirectory
parent
24c9ef72d6
commit
6c393c1c69
|
@ -91,7 +91,7 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
protected function tearDown() {
|
protected function tearDown() {
|
||||||
$filesystem = new Filesystem();
|
$filesystem = new Filesystem();
|
||||||
$filesystem->removeDirectoryPhp($this->directory);
|
$filesystem->removeDirectory($this->directory);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testInstallNewPlugin()
|
public function testInstallNewPlugin()
|
||||||
|
|
Loading…
Reference in New Issue