function LoginCommandTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ user/ tests/ src/ Kernel/ Command/ LoginCommandTest.php, line 41
Class
- LoginCommandTest
- Tests user:login console command failure modes (blocked, user not found).
Namespace
Drupal\Tests\user\Kernel\CommandCode
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.