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
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-30 13:47:15 +0300
committerGitHub <noreply@github.com>2022-04-30 13:47:15 +0300
commit82afc0e637141b2710fa40e4b634853c0d4c99f3 (patch)
treeaa5b8162428d2bb8a67088ce8fa990df46dcbcb5
parentfd2fabe21f213f3bf1148d45541fb371de3fbeb8 (diff)
parentc3eeb040882166375dbb773b1e49e35ad453965f (diff)
Merge pull request #558 from nextcloud/update-master-phpunit-config
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 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"