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:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:08:23 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:09:23 +0300
commit6d2480df04fa5d411c310e7abf769c2821ab0bcd (patch)
treef03680648ffbdbf00b76930d4ff7dbcde0c407bf /tests/phpunit.xml
parent472a30d719621ec32a16cacb96d6a9c3c05adf6b (diff)
Fix PHPUnit unit and integration tests
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index c09aa95b..5f6733f1 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,7 +1,7 @@
-<phpunit bootstrap="./bootstrap.php" colors="true">
+<phpunit bootstrap="bootstrap.php" colors="true">
<filter>
<whitelist>
- <directory suffix=".php">lib</directory>
+ <directory suffix=".php">../lib</directory>
</whitelist>
</filter>
<testsuites>