Fixes variable export for Windows.
Issue: https://github.com/laravel/laravel/issues/1870
Fix in commit 678b92ef85
does not work.
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
This commit is contained in:
parent
678b92ef85
commit
cfcd82e04a
|
@ -89,7 +89,7 @@ protected function test()
|
|||
$esc_path = escapeshellarg($path);
|
||||
|
||||
putenv('LARAVEL_ENV='.Request::env());
|
||||
passthru('LARAVEL_ENV='.Request::env().' phpunit --configuration '.$esc_path, $status);
|
||||
passthru('phpunit --configuration '.$esc_path, $status);
|
||||
|
||||
@unlink($path);
|
||||
|
||||
|
|
Loading…
Reference in New Issue