@@ -29,7 +29,7 @@ |
||
29 | 29 | self::getVarDir(), |
30 | 30 | $options['test_case'], |
31 | 31 | $options['root_config'] ?? 'config.yml', |
32 | - $options['environment'] ?? strtolower(static::getVarDir() . $options['test_case']), |
|
32 | + $options['environment'] ?? strtolower(static::getVarDir().$options['test_case']), |
|
33 | 33 | $options['debug'] ?? true |
34 | 34 | ); |
35 | 35 | } |
@@ -29,7 +29,7 @@ |
||
29 | 29 | self::getVarDir(), |
30 | 30 | $options['test_case'], |
31 | 31 | $options['root_config'] ?? 'config.yml', |
32 | - $options['environment'] ?? strtolower(static::getVarDir() . $options['test_case']), |
|
32 | + $options['environment'] ?? strtolower(static::getVarDir().$options['test_case']), |
|
33 | 33 | $options['debug'] ?? true |
34 | 34 | ); |
35 | 35 | } |