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 630b4da commit e438c09Copy full SHA for e438c09
src/Context/FeatureContext.php
@@ -454,7 +454,7 @@ private static function get_process_env_variables(): array {
454
'TEST_RUN_DIR' => self::$behat_run_dir,
455
];
456
457
- $env = array_merge( $_ENV, $env );
+ $env = array_merge( $env, $_ENV );
458
459
if ( self::running_with_code_coverage() ) {
460
$has_coverage_driver = ( new Runtime() )->hasXdebug() || ( new Runtime() )->hasPCOV();
0 commit comments