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

github.com/nextcloud/password_policy.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:02 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 12:59:02 +0300
commit541f754586e547a229882d4402a44270a5446723 (patch)
treefda6483955db50d0e9a8a9331ce77e23d287d785
parent35523d93d7cafe92c39af3222a1065e61faf8730 (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 5fc6ac5..0af1e43 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"
colors="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"