diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-29 21:48:35 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-29 21:48:35 +0200 |
commit | cba4d85d9b724ea52e83827ec5bb5a64c012060b (patch) | |
tree | fb0885c08ccc7174c0e12f8ae848d413f72e26d1 /tests/phpunit-autotest.xml | |
parent | 576e4e8f2a0aebf31d38d59cb7d9c9839e8e253b (diff) | |
download | nextcloud-server-cba4d85d9b724ea52e83827ec5bb5a64c012060b.tar.gz nextcloud-server-cba4d85d9b724ea52e83827ec5bb5a64c012060b.zip |
Convert deprecation warnings to exception in php unit
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-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> |