Convert deprecation warnings to exception in php unit

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-03-29 21:48:35 +02:00
parent 576e4e8f2a
commit cba4d85d9b
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

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