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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-04-01 15:11:41 +0300
committerGitHub <noreply@github.com>2022-04-01 15:11:41 +0300
commitd3d53494d499c036f230f11b24f4b4acfbcc34db (patch)
tree2e68fda08c8528290d33507bb9a2abdd8bafcc5a /tests
parent3395a5e1b932b9745e4e17f349be79be73c5b257 (diff)
parentcba4d85d9b724ea52e83827ec5bb5a64c012060b (diff)
Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings
Convert deprecation warnings to exception in phpunit
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit-autotest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index c293d1c7d59..91b346a5a29 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -5,6 +5,7 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
+ convertDeprecationsToExceptions="true"
>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>