Skip to content

Commit 988b21a

Browse files
committed
exit(1) on test execution if not installed
1 parent b7e9cd6 commit 988b21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// not installed
1414
} else {
1515
echo "php-enum not installed - please run 'composer install'" . PHP_EOL;
16-
exit;
16+
exit(1);
1717
}
1818

1919
// autload test files

0 commit comments

Comments
 (0)