We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3adfe commit 6f26dd1Copy full SHA for 6f26dd1
tests/bootstrap.php
@@ -1,8 +1,5 @@
1
<?php
2
3
-ini_set('display_errors', 'On');
4
-ini_set('display_startup_errors', 'On');
5
-
6
if (!is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
7
echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?'.PHP_EOL;
8
exit(1);
0 commit comments