function SuperUserPermissionsTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Session/ SuperUserPermissionsTest.php, line 33
Class
- SuperUserPermissionsTest
- Test case for getting all permissions as a super user.
Namespace
Drupal\KernelTests\Core\SessionCode
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.