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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-30 16:17:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-30 16:20:07 +0300
commite83385791d47121c9b9d05717b153635fb595a21 (patch)
treedb285376c2056a0ffd2be5c9558913f27812667c /tests
parent65127f75a11e6d47c4f4e23d46a29d3201845ebf (diff)
Sort phpunit tests by defect
Then the failing ones will show right away when re-running the tests locally. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.integration.xml1
-rw-r--r--tests/phpunit.unit.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit.integration.xml b/tests/phpunit.integration.xml
index e2968968b..e66e1e9f6 100644
--- a/tests/phpunit.integration.xml
+++ b/tests/phpunit.integration.xml
@@ -25,6 +25,7 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
+ cacheResult="true"
>
<testsuite name='Mail app tests'>
<directory suffix='test.php'>Integration</directory>
diff --git a/tests/phpunit.unit.xml b/tests/phpunit.unit.xml
index 97c01cf30..e30fdcf12 100644
--- a/tests/phpunit.unit.xml
+++ b/tests/phpunit.unit.xml
@@ -4,6 +4,7 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
+ cacheResult="true"
>
<testsuite name='Mail app tests'>
<directory suffix='test.php'>Unit</directory>