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:
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
parentac22fbe40db9cc4e247c5755eae992d137a0804d (diff)
Fix test execution paths
Signed-off-by: kauron <9221197+kauron@users.noreply.github.com>
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..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';
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>