function DrupalInstalledTest::tearDown
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/DrupalInstalledTest.php \Drupal\Tests\Composer\Plugin\Scaffold\Functional\DrupalInstalledTest::tearDown()
Overrides BuildTestBase::tearDown
File
-
core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Functional/ DrupalInstalledTest.php, line 50
Class
- DrupalInstalledTest
- Tests DrupalInstalled.php hash changes when scaffolding is run.
Namespace
Drupal\Tests\Composer\Plugin\Scaffold\FunctionalCode
protected function tearDown() : void {
// Remove any temporary directories et. al. that were created.
$this->fixtures
->tearDown();
parent::tearDown();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.