Skip to content

Commit

Permalink
Fixed SKIP code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jun 21, 2017
1 parent c7a75b7 commit 9fb0e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/file/bug69442.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EOC;
$tmpFile = tempnam(sys_get_temp_dir(), "bug69442");
file_put_contents($tmpFile, $code);

exec($_SERVER['TEST_PHP_EXECUTABLE']." ".$tmpFile." 2>&1", $output);
exec($_SERVER['TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2>&1", $output);
$output = join("\n", $output);
unlink($tmpFile);

Expand Down

0 comments on commit 9fb0e6f

Please sign in to comment.