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:
authorJoas Schilling <coding@schilljs.com>2022-04-07 12:58:09 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 12:58:09 +0300
commit7ba81627cbf221a8a766172442d33add23a4fa50 (patch)
tree57d87df2f7e3193b8e5c17fec86feee076316c31
parentdf3dec8fd511ed9ec138f69737c28f5367a32a57 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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"