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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-04-11 23:03:17 +0300
committerdartcafe <github@dartcafe.de>2021-04-11 23:03:17 +0300
commit81bcc3bb11261086284e1d65330c45b7370371a2 (patch)
tree1052df35a0d793600bf9a0446ba98f0d8a56080d /tests/bootstrap.php
parentcc49b0b570db6efecd6e870c6a2651d023b57525 (diff)
chaged require_once
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 09c1d100..62ee6f20 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -21,5 +21,5 @@
*
*/
-require_once __DIR__ . '/bootstrap.php';
+require_once __DIR__ . '/../../../lib/base.php';
require_once __DIR__ . '/../vendor/autoload.php';