protected function RegistryTest::tearDown in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Theme/RegistryTest.php \Drupal\Tests\Core\Theme\RegistryTest::tearDown()
- 10 core/tests/Drupal/Tests/Core/Theme/RegistryTest.php \Drupal\Tests\Core\Theme\RegistryTest::tearDown()
File
- core/
tests/ Drupal/ Tests/ Core/ Theme/ RegistryTest.php, line 98
Class
- RegistryTest
- @coversDefaultClass \Drupal\Core\Theme\Registry @group Theme
Namespace
Drupal\Tests\Core\ThemeCode
protected function tearDown() : void {
parent::tearDown();
static::$functions = [];
}