summaryrefslogtreecommitdiff
path: root/plugins/broadcast/root/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/broadcast/root/tests/bootstrap.php')
-rw-r--r--plugins/broadcast/root/tests/bootstrap.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/broadcast/root/tests/bootstrap.php b/plugins/broadcast/root/tests/bootstrap.php
new file mode 100644
index 00000000..d0dfb88b
--- /dev/null
+++ b/plugins/broadcast/root/tests/bootstrap.php
@@ -0,0 +1,15 @@
+<?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';