protected function CoreUpdateTest::tearDown in Automatic Updates 8.2
Overrides UpdateTestBase::tearDown
File
- tests/
src/ Build/ CoreUpdateTest.php, line 49
Class
- CoreUpdateTest
- Tests an end-to-end update of Drupal core.
Namespace
Drupal\Tests\automatic_updates\BuildCode
protected function tearDown() : void {
if ($this->destroyBuild) {
$this
->deleteCopiedPackages();
}
parent::tearDown();
}