diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-04-01 14:11:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 14:11:41 +0200 |
commit | d3d53494d499c036f230f11b24f4b4acfbcc34db (patch) | |
tree | 2e68fda08c8528290d33507bb9a2abdd8bafcc5a | |
parent | 3395a5e1b932b9745e4e17f349be79be73c5b257 (diff) | |
parent | cba4d85d9b724ea52e83827ec5bb5a64c012060b (diff) | |
download | nextcloud-server-d3d53494d499c036f230f11b24f4b4acfbcc34db.tar.gz nextcloud-server-d3d53494d499c036f230f11b24f4b4acfbcc34db.zip |
Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings
Convert deprecation warnings to exception in phpunit
-rw-r--r-- | tests/phpunit-autotest.xml | 1 |
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> |