You are here

protected function RouteProviderTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Routing/RouteProviderTest.php \Drupal\system\Tests\Routing\RouteProviderTest::tearDown()

Performs cleanup tasks after each individual test method has been run.

Overrides KernelTestBase::tearDown

File

core/modules/system/src/Tests/Routing/RouteProviderTest.php, line 106
Contains \Drupal\system\Tests\Routing\RouteProviderTest.

Class

RouteProviderTest
Confirm that the default route provider is working correctly.

Namespace

Drupal\system\Tests\Routing

Code

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