We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90092b7 commit 97fb5bdCopy full SHA for 97fb5bd
Test/KernelTestCase.php
@@ -111,7 +111,7 @@ protected static function getContainer(): ContainerInterface
111
protected static function createKernel(array $options = []): KernelInterface
112
{
113
static::$class ??= static::getKernelClass();
114
-
+
115
$env = $options['environment'] ?? $_ENV['APP_ENV'] ?? $_SERVER['APP_ENV'] ?? 'test';
116
$debug = $options['debug'] ?? $_ENV['APP_DEBUG'] ?? $_SERVER['APP_DEBUG'] ?? true;
117
0 commit comments