mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Convert deprecation warnings to exception in php unit
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
576e4e8f2a
commit
cba4d85d9b
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