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

github.com/nextcloud/files_pdfviewer.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-07 13:56:13 +0300
committerGitHub <noreply@github.com>2022-04-07 13:56:13 +0300
commit258e8602456de6466b6c65e40ef2a7ad4fb361d2 (patch)
tree57d87df2f7e3193b8e5c17fec86feee076316c31
parentdf3dec8fd511ed9ec138f69737c28f5367a32a57 (diff)
parent7ba81627cbf221a8a766172442d33add23a4fa50 (diff)
Merge pull request #588 from nextcloud/update-master-phpunit-configv24.0.0beta3
-rw-r--r--phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 388467e..61e70da 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="tests/bootstrap.php"
verbose="true"
+ convertDeprecationsToExceptions="true"
colors="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"