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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-04-07 14:17:14 +0300
committerGitHub <noreply@github.com>2022-04-07 14:17:14 +0300
commit66117a6ceeda1dfea29473a90f5b6c6687d28b32 (patch)
treec1af6eca8e71c11da4db99c6ba0bd7effc3c1930
parent27f5bf21e8192c73d4360f3bda9f2d60ff0b2ce2 (diff)
parentd57864facf46ec8527218075ca88a1c8fa792183 (diff)
Merge pull request #1182 from nextcloud/update-master-phpunit-configv24.0.0beta3
Update master php testing versions
-rw-r--r--tests/Unit/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/phpunit.xml b/tests/Unit/phpunit.xml
index c15e1c4..349bf9d 100644
--- a/tests/Unit/phpunit.xml
+++ b/tests/Unit/phpunit.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
verbose="true"
+ convertDeprecationsToExceptions="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"