8000 asd · symfony/symfony@8d42684 · GitHub
[go: up one dir, main page]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ protected static function getKernelCla 8096 ss()
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)
0