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:
authorkauron <9221197+kauron@users.noreply.github.com>2021-02-12 12:13:57 +0300
committerkauron <9221197+kauron@users.noreply.github.com>2021-02-12 12:42:55 +0300
commitcc49b0b570db6efecd6e870c6a2651d023b57525 (patch)
treec5a6b83042cdb3d7a9c8b7bf0933497dff37412a /tests/bootstrap.php
parentac22fbe40db9cc4e247c5755eae992d137a0804d (diff)
Fix test execution paths
Signed-off-by: kauron <9221197+kauron@users.noreply.github.com>
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 5ef2f4c0..09c1d100 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -21,5 +21,5 @@
*
*/
-require_once __DIR__ . '/../../../tests/bootstrap.php';
+require_once __DIR__ . '/bootstrap.php';
require_once __DIR__ . '/../vendor/autoload.php';