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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-04-08 09:01:30 +0300
committerGitHub <noreply@github.com>2022-04-08 09:01:30 +0300
commitdea8deab2aec900d5a0f67ab7a16104a2b9b32c2 (patch)
treed2d52e6733a80564ec20301fd418e9b2ba2cb2fc /tests
parent6b546d077d6f55aa27c78e1bc1550a696e3d584b (diff)
parente4b3f3aef43ffa7f2372910cbbf855ebb114b9c3 (diff)
Merge pull request #593 from nextcloud/update-master-phpunit-config
Update master php testing versions
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/phpunit.xml b/tests/unit/phpunit.xml
index b4743973..bc7fc059 100644
--- a/tests/unit/phpunit.xml
+++ b/tests/unit/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"