function RouterPermissionTest::setUp

Same name and namespace in other branches
  1. main core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php \Drupal\Tests\system\Kernel\Routing\RouterPermissionTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/system/tests/src/Kernel/Routing/RouterPermissionTest.php, line 31

Class

RouterPermissionTest
Function Tests for the routing permission system.

Namespace

Drupal\Tests\system\Kernel\Routing

Code

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

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