function CaseInsensitivePathTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/tests/ Drupal/ FunctionalTests/ Routing/ CaseInsensitivePathTest.php, line 31 
Class
- CaseInsensitivePathTest
- Tests incoming path case insensitivity.
Namespace
Drupal\FunctionalTests\RoutingCode
protected function setUp() : void {
  parent::setUp();
  \Drupal::state()->set('system_test.module_hidden', FALSE);
  $this->createContentType([
    'type' => 'page',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
