You are here

protected function RegistryTest::tearDown in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Theme/RegistryTest.php \Drupal\Tests\Core\Theme\RegistryTest::tearDown()
  2. 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 90

Class

RegistryTest
@coversDefaultClass \Drupal\Core\Theme\Registry @group Theme

Namespace

Drupal\Tests\Core\Theme

Code

protected function tearDown() {
  parent::tearDown();
  static::$functions = [];
}