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

github.com/nextcloud/impersonate.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:01:33 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 13:01:33 +0300
commit8e2dd2c30be75fcbe2d2d4488f69d074f92be398 (patch)
treefae00bd69f406de22288c363af9a0db01f4d85fc
parent235f5d90f00b795e116eb98ebba511a10a842e9c (diff)
Update master php testing versions
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 92f058a..6c0ce78 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -2,6 +2,7 @@
<phpunit bootstrap="unit/bootstrap.php"
strict="true"
verbose="true"
+ convertDeprecationsToExceptions="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"