diff options
Diffstat (limited to 'plugins/jobs/oooold/tests/bootstrap.php')
-rw-r--r-- | plugins/jobs/oooold/tests/bootstrap.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/jobs/oooold/tests/bootstrap.php b/plugins/jobs/oooold/tests/bootstrap.php deleted file mode 100644 index b25fdc9d..00000000 --- a/plugins/jobs/oooold/tests/bootstrap.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - -/** - * Spiral Framework. - * - * @license MIT - * @author Anton Titov (Wolfy-J) - */ - -declare(strict_types=1); - -error_reporting(E_ALL | E_STRICT); -ini_set('display_errors', 'stderr'); - -//Composer -require dirname(__DIR__) . '/vendor_php/autoload.php'; |