You are here

protected function MatcherDumperTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php \Drupal\KernelTests\Core\Routing\MatcherDumperTest::setUp()

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php, line 36

Class

MatcherDumperTest
Confirm that the matcher dumper is functioning properly.

Namespace

Drupal\KernelTests\Core\Routing

Code

protected function setUp() {
  parent::setUp();
  $this->fixtures = new RoutingFixtures();
  $this->state = new State(new KeyValueMemoryFactory());
}