Convert deprecation warnings to exception in php unit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31750/head
Côme Chilliet 2 years ago
parent 576e4e8f2a
commit cba4d85d9b
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

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

Loading…
Cancel
Save