aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/bootstrap_phpunit.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/bootstrap_phpunit.php')
-rw-r--r--php/tests/bootstrap_phpunit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/php/tests/bootstrap_phpunit.php b/php/tests/bootstrap_phpunit.php
new file mode 100644
index 00000000..8452f158
--- /dev/null
+++ b/php/tests/bootstrap_phpunit.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once("vendor/autoload.php");
+
+error_reporting(E_ALL);