aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/bootstrap.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-09-25 09:47:21 +0000
committerMario <mario@mariovavti.com>2024-09-25 09:47:21 +0000
commitc12ef4fbf4b2046e0af68b11e8fe5af2d335f32e (patch)
tree5ec2c9808e05fb9e72fc87e7b0b89b015cfc52ce /tests/unit/bootstrap.php
parent424b31b7f093f6264ce11a259cff4953696b20de (diff)
parent20ee1a5b5b74d865f5a4ef0a02ae54d45ca52ba9 (diff)
downloadvolse-hubzilla-c12ef4fbf4b2046e0af68b11e8fe5af2d335f32e.tar.gz
volse-hubzilla-c12ef4fbf4b2046e0af68b11e8fe5af2d335f32e.tar.bz2
volse-hubzilla-c12ef4fbf4b2046e0af68b11e8fe5af2d335f32e.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into devHEADdev
Diffstat (limited to 'tests/unit/bootstrap.php')
-rw-r--r--tests/unit/bootstrap.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php
new file mode 100644
index 000000000..296e1b9b6
--- /dev/null
+++ b/tests/unit/bootstrap.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * Bootstrapping unit test framework
+ *
+ */
+
+require_once __dir__ . '/../../boot.php';
+require_once __dir__ . '/UnitTestCase.php';
+require_once __dir__ . '/Module/TestCase.php';