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

github.com/nextcloud/files_accesscontrol.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 16:08:13 +0300
committerGitHub <noreply@github.com>2022-04-07 16:08:13 +0300
commita2acc1a47057680cd98a8627a689004e46bfc527 (patch)
tree114e85c0d83f42c5b50f73866695c4c88e4d188f
parent038367ccd9b9cda7e4f4b1a592a8d26354653a1c (diff)
parent274a49f0fc1f4fef7eb596690f8bf72f77efdd72 (diff)
Merge pull request #236 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 6c699df..c4e1a8c 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"