protected function Update360Test::setUp in Lightning Core 8.4
Same name and namespace in other branches
- 8.5 tests/src/Kernel/Update/Update360Test.php \Drupal\Tests\lightning_core\Kernel\Update\Update360Test::setUp()
- 8.3 tests/src/Kernel/Update/Update360Test.php \Drupal\Tests\lightning_core\Kernel\Update\Update360Test::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ Update/ Update360Test.php, line 29
Class
- Update360Test
- @group lightning_core
Namespace
Drupal\Tests\lightning_core\Kernel\UpdateCode
protected function setUp() {
parent::setUp();
$this
->installConfig('user');
$this
->installEntitySchema('user');
}