We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5741cfa commit 02cb6c8Copy full SHA for 02cb6c8
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