Skip to content

Commit 02cb6c8

Browse files
committed
restore
1 parent 5741cfa commit 02cb6c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
ini_set('display_errors', 'On');
4-
ini_set('display_startup_errors', 'On');
5-
63
if (!is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
74
echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?'.PHP_EOL;
85
exit(1);

0 commit comments

Comments
 (0)