function MatcherDumperTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/tests/ Drupal/ KernelTests/ Core/ Routing/ MatcherDumperTest.php, line 39 
Class
- MatcherDumperTest
- Confirm that the matcher dumper is functioning properly.
Namespace
Drupal\KernelTests\Core\RoutingCode
protected function setUp() : void {
  parent::setUp();
  $this->fixtures = new RoutingFixtures();
  $this->state = new State(new KeyValueMemoryFactory());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
