Skip to content

Commit 8d42684

Browse files
committed
asd
1 parent f93b168 commit 8d42684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ protected static function getKernelClass()
115115
return $class;
116116
}
117117

118-
if (isset($_SERVER['KERNEL_DIR']) || isset($_ENV['KERNEL_DIR'])) {
119-
$dir = isset($_SERVER['KERNEL_DIR']) ? $_SERVER['KERNEL_DIR'] : $_ENV['KERNEL_DIR'];
118+
if (isset($_SERVER['KERNEL_DIR'])) {
119+
$dir = $_SERVER['KERNEL_DIR'];
120120

121121
if (!is_dir($dir)) {
122122
$phpUnitDir = static::getPhpUnitXmlDir();

0 commit comments

Comments
 (0)