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

style fixes

This commit is contained in:
Karoly Negyesi 2013-09-22 19:41:54 +02:00
parent f4e9c74fee
commit 1a69d0a2a7
2 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,8 @@ class PluginInstallerTest extends \PHPUnit_Framework_TestCase
));
}
protected function tearDown() {
protected function tearDown()
{
$filesystem = new Filesystem();
$filesystem->removeDirectory($this->directory);
}