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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-07 13:03:05 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 13:03:05 +0300
commitc3eeb040882166375dbb773b1e49e35ad453965f (patch)
treea2f81e2aab81b795f18074855662a07523255f68 /tests
parentc9dd9b8b3a2bebd77e318aae4d483ee2d38aef8e (diff)
Update master php testing versionsupdate-master-phpunit-config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 0d62e4b..d0b45a5 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"