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:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-04-07 15:58:14 +0300
committerGitHub <noreply@github.com>2022-04-07 15:58:14 +0300
commit52cde5114691e1c08e2e0c50afd4759cd62329fb (patch)
tree6908d32c1ecfcc62654888f22c8dcb32728eb680
parent31fae113aaf5ba0b630210ad1ea55529478003ca (diff)
parentc6b99bcc826cee6d8e769bd79b8ef1839350bd5d (diff)
Merge pull request #89 from nextcloud/update-master-phpunit-config
Update master php testing versions
-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"