mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings
Convert deprecation warnings to exception in phpunit
This commit is contained in:
commit
d3d53494d4
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue