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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 12:31:38 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 12:31:38 +0300
commitbd1f7b2b1f0690523a176bb57770eb5655e29f38 (patch)
tree8b1c1ac556811af002a4604b72d631ab137e90b9 /tests
parentf1672633731b812552012b532c22c661e90914b1 (diff)
Fix bootstrap path in phpunit.xml
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 2274197..92f058a 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
-<phpunit bootstrap="bootstrap.php"
+<phpunit bootstrap="unit/bootstrap.php"
strict="true"
verbose="true"
timeoutForSmallTests="900"