protected function Update360Test::setUp in Lightning Core 8.5
Same name and namespace in other branches
- 8.3 tests/src/Kernel/Update/Update360Test.php \Drupal\Tests\lightning_core\Kernel\Update\Update360Test::setUp()
- 8.4 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 31
Class
- Update360Test
- Tests optional updates targeting Lightning Core 3.6.0.
Namespace
Drupal\Tests\lightning_core\Kernel\UpdateCode
protected function setUp() : void {
parent::setUp();
$this
->installConfig('user');
$this
->installEntitySchema('user');
}