Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings

Convert deprecation warnings to exception in phpunit
pull/31798/head
Côme Chilliet 2022-04-01 14:11:41 +07:00 committed by GitHub
commit d3d53494d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -5,6 +5,7 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
convertDeprecationsToExceptions="true"
>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>