We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ee826 commit bc783fcCopy full SHA for bc783fc
1 file changed
test.php
@@ -18,8 +18,8 @@
18
19
register_shutdown_function(function () use (&$finished) {
20
if (! $finished) {
21
- echo 'Not all tests were executed.', PHP_EOL;
22
- return 1;
+ echo PHP_EOL, 'Not all tests were executed.', PHP_EOL;
+ exit(1);
23
}
24
return 0;
25
});
0 commit comments