1
0
Fork 0

use the more generic removeDirectory

pull/2279/head
Karoly Negyesi 2013-09-20 06:31:06 +02:00
parent 24c9ef72d6
commit 6c393c1c69
1 changed files with 1 additions and 1 deletions

View File

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