Skip to content

Commit e438c09

Browse files
swissspidyCopilot
andauthored
Update src/Context/FeatureContext.php
Co-authored-by: Copilot <[email protected]>
1 parent 630b4da commit e438c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ private static function get_process_env_variables(): array {
454454
'TEST_RUN_DIR' => self::$behat_run_dir,
455455
];
456456

457-
$env = array_merge( $_ENV, $env );
457+
$env = array_merge( $env, $_ENV );
458458

459459
if ( self::running_with_code_coverage() ) {
460460
$has_coverage_driver = ( new Runtime() )->hasXdebug() || ( new Runtime() )->hasPCOV();

0 commit comments

Comments
 (0)