protected function DrupalKernelTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php \Drupal\KernelTests\Core\DrupalKernel\DrupalKernelTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php, line 25
Class
- DrupalKernelTest
- Tests DIC compilation to disk.
Namespace
Drupal\KernelTests\Core\DrupalKernelCode
protected function setUp() : void {
// Do not invoke KernelTestBase::setUp(), since that would set up further
// environment aspects, which would distort this test, because it tests the
// DrupalKernel (re-)building itself.
$this->root = static::getDrupalRoot();
$this
->bootEnvironment();
}