summaryrefslogtreecommitdiff
path: root/tests/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autoload.php')
-rw-r--r--tests/autoload.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autoload.php b/tests/autoload.php
new file mode 100644
index 000000000..1fb33424e
--- /dev/null
+++ b/tests/autoload.php
@@ -0,0 +1,6 @@
+<?php
+ set_include_path(dirname(__DIR__) ."/include" . PATH_SEPARATOR .
+ get_include_path());
+
+ require_once "autoload.php";
+ require_once "functions.php";