diff options
Diffstat (limited to 'plugins/broadcast/root/tests/bootstrap.php')
-rw-r--r-- | plugins/broadcast/root/tests/bootstrap.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/broadcast/root/tests/bootstrap.php b/plugins/broadcast/root/tests/bootstrap.php deleted file mode 100644 index d0dfb88b..00000000 --- a/plugins/broadcast/root/tests/bootstrap.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -/** - * Spiral Framework, SpiralScout LLC. - * - * @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'; |