aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Testing/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/Testing/bootstrap.php')
-rw-r--r--infrastructure/Testing/bootstrap.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/infrastructure/Testing/bootstrap.php b/infrastructure/Testing/bootstrap.php
new file mode 100644
index 0000000..f0aea64
--- /dev/null
+++ b/infrastructure/Testing/bootstrap.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once __DIR__ . '/../../bootstrap/autoload.php';
+
+// bootstrap testing, e.g. seeding database etc.