/**
* Theme compilation should be able to run without a database connection.
*/ publicfunctiontestCompileWithoutDB(): void { $this->stopTransactionAfter(); $this->setEnvVars(['DATABASE_URL' => 'mysql://user:no@mysql:3306/test_db']); KernelLifecycleManager::bootKernel(false, 'noDB'); $projectDir = $this->getContainer()->getParameter('kernel.project_dir');