Skip to content

Commit ecb21c0

Browse files
committed
revert for testing
1 parent 661f366 commit ecb21c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Context/FeatureContext.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,6 @@ private static function get_process_env_variables(): array {
462462
'TEST_RUN_DIR' => self::$behat_run_dir,
463463
];
464464

465-
if ( Utils\is_windows() ) {
466-
$env['TMP'] = getenv( 'TMP' ) ?: sys_get_temp_dir();
467-
$env['TEMP'] = getenv( 'TEMP' ) ?: sys_get_temp_dir();
468-
}
469-
470465
$env = array_merge( $_ENV, $env );
471466

472467
if ( self::running_with_code_coverage() ) {

0 commit comments

Comments
 (0)