Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-17 14:14:40 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-17 14:14:40 +0300
commit2291dd63c281efbec3d6e8f27459af1fcd9e023d (patch)
treecc8d410907d3d5c3bb7a31a768b090dfb165dbc2 /tests/bootstrap.php
parent70331ba79f56346ad3d6a5e44261addbcdc42c75 (diff)
Add unit test framework to test installing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
new file mode 100644
index 000000000..a36794493
--- /dev/null
+++ b/tests/bootstrap.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once __DIR__ . '/../../../tests/bootstrap.php';
+
+\OC_App::loadApp('text');
+OC_Hook::clear();