public function InstallerTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php \Composer\Installers\Test\InstallerTest::tearDown()
tearDown
Return value
void
File
- vendor/
composer/ installers/ tests/ Composer/ Installers/ Test/ InstallerTest.php, line 62
Class
Namespace
Composer\Installers\TestCode
public function tearDown() {
$this->fs
->removeDirectory($this->vendorDir);
$this->fs
->removeDirectory($this->binDir);
}