function LogoutFinalizerTest::setUp
Same name and namespace in other branches
- 11.x core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php \Drupal\Tests\user\Kernel\LogoutFinalizerTest::setUp()
File
-
core/
modules/ user/ tests/ src/ Kernel/ LogoutFinalizerTest.php, line 40
Class
- LogoutFinalizerTest
- Tests logout finalization.
Namespace
Drupal\Tests\user\KernelCode
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.