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
path: root/tests
diff options
context:
space:
mode:
authorRené Gieling <github@dartcafe.de>2021-04-15 19:47:12 +0300
committerGitHub <noreply@github.com>2021-04-15 19:47:12 +0300
commit993a12c57cc36138e0ca3ed9f261bda18c030e41 (patch)
treed3b1225c2e55bb6e2d93660a5058cf37fe6165d3 /tests
parent02f1fcb3abc310bb63a525b32fba01b528842d91 (diff)
parent81bcc3bb11261086284e1d65330c45b7370371a2 (diff)
Merge pull request #1406 from kauron/master
Fix test execution paths
Diffstat (limited to 'tests')
-rw-r--r--tests/bootstrap.php2
-rw-r--r--tests/phpunit.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 5ef2f4c0..62ee6f20 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -21,5 +21,5 @@
*
*/
-require_once __DIR__ . '/../../../tests/bootstrap.php';
+require_once __DIR__ . '/../../../lib/base.php';
require_once __DIR__ . '/../vendor/autoload.php';
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index b12b942a..c09aa95b 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,4 +1,4 @@
-<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
+<phpunit bootstrap="./bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">lib</directory>