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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-04-19 11:13:52 +0300
committerGitHub <noreply@github.com>2022-04-19 11:13:52 +0300
commit100273b5959d3a7fb7583d986705422e80bead5c (patch)
tree6f896e29ecf9a6a97fe30ea8a9a3c1ae0bff92d6
parent903e689052093aaf3f26be665cf8428f0fa3627f (diff)
parent23934771307d4d237ba08af807d136ecea076afa (diff)
Merge pull request #227 from nextcloud/update-master-phpunit-config
Update phpunit config
-rw-r--r--tests/phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index a348cc8..b39787c 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"