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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 12:59:25 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 12:59:25 +0300
commitaa6ba5ef67063b7d2a8ca6e1449fbcfa6ee9372e (patch)
treed4f8a93903eccbaddc70298aa0f7c20d8cf04aee
parent01ef2887b9b0108b8d3756cd99c73d394609dfdd (diff)
Update master php testing versionsupdate-master-phpunit-config
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index be655e1..b129ca3 100644
--- a/tests/phpunit.xml
+++ b/tests/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"