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

github.com/nextcloud/text.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:57:31 +0300
committerGitHub <noreply@github.com>2022-04-07 15:57:31 +0300
commit02cb496b0e7ee3f14a43169b2485609aa32835a5 (patch)
tree1f71fba8230fc2a65df77b795ea938c62214479a
parent1e3c413d1ff366c6f3d403373cf06ef4cb5810b4 (diff)
parentf5ad40cffed87c41609149add3d59ba4f634b9ca (diff)
Merge pull request #2281 from nextcloud/update-master-phpunit-configv24.0.0beta3
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 3ecf457ab..45cc89641 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"