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

github.com/nextcloud/files_downloadactivity.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 13:02:56 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 13:02:56 +0300
commitc6b99bcc826cee6d8e769bd79b8ef1839350bd5d (patch)
tree6908d32c1ecfcc62654888f22c8dcb32728eb680
parent31fae113aaf5ba0b630210ad1ea55529478003ca (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 d30b4cf..a225ec3 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"