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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-06-30 15:53:20 +0300
committersualko <klaus@jsxc.org>2020-06-30 15:53:20 +0300
commitbce9f1900271a9af7ba2fcac30c12f2ea37c2b64 (patch)
tree822750b67829d835397c75129e5f026d59099cd9 /phpunit.integration.xml
parentc083263a500ae1664377d94b38528e7c10e570f2 (diff)
test: fix integration tests
Diffstat (limited to 'phpunit.integration.xml')
-rw-r--r--phpunit.integration.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/phpunit.integration.xml b/phpunit.integration.xml
index 07fb64e..e57bc4b 100644
--- a/phpunit.integration.xml
+++ b/phpunit.integration.xml
@@ -2,21 +2,16 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
+ colors="true"
>
<testsuites>
<testsuite name="integration">
- <directory>./tests/integration</directory>
+ <directory>tests/Integration</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
- <directory suffix=".php">lib/db</directory>
- <file>lib/dblock.php</file>
- <file>lib/memlock.php</file>
- <file>lib/User.php</file>
- <file>lib/ContactsStoreUserProvider.php</file>
- <file>lib/UserManagerUserProvider.php</file>
- <file>lib/rosterpush.php</file>
+ <directory suffix=".php">lib</directory>
</whitelist>
</filter>
</phpunit>