function PathEncodedTest::setUp

File

core/tests/Drupal/KernelTests/Core/Routing/PathEncodedTest.php, line 31

Class

PathEncodedTest
Tests URL generation and routing for route paths with encoded characters.

Namespace

Drupal\KernelTests\Core\Routing

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('path_alias');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.