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:
authorJoas Schilling <coding@schilljs.com>2022-04-07 13:02:32 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 13:02:32 +0300
commitf5ad40cffed87c41609149add3d59ba4f634b9ca (patch)
tree1f71fba8230fc2a65df77b795ea938c62214479a
parent1e3c413d1ff366c6f3d403373cf06ef4cb5810b4 (diff)
Update master php testing versionsupdate-master-phpunit-config
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 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"