You are here

protected function RouteProviderTest::tearDown in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php \Drupal\KernelTests\Core\Routing\RouteProviderTest::tearDown()

Overrides KernelTestBase::tearDown

File

core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php, line 114
Contains \Drupal\KernelTests\Core\Routing\RouteProviderTest.

Class

RouteProviderTest
Confirm that the default route provider is working correctly.

Namespace

Drupal\KernelTests\Core\Routing

Code

protected function tearDown() : void {
  $this->fixtures
    ->dropTables(Database::getConnection());
  parent::tearDown();
}