Skip to content

Commit

Permalink
Changed die to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorXK committed Dec 16, 2016
1 parent 1e778e3 commit 03c64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

if (php_sapi_name() !== 'cli') {
echo 'The tests can only be executed in CLI!' . PHP_EOL;
die(1);
exit(1);
}

$testCase = $argv[1] ?? NULL;
Expand Down

0 comments on commit 03c64b8

Please sign in to comment.