Browse Source
Convert deprecation warnings to exception in php unit
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/31750/head
Côme Chilliet
4 years ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
1 additions and
0 deletions
-
tests/phpunit-autotest.xml
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
timeoutForSmallTests="900" |
|
|
|
timeoutForMediumTests="900" |
|
|
|
timeoutForLargeTests="900" |
|
|
|
convertDeprecationsToExceptions="true" |
|
|
|
> |
|
|
|
<testsuite name='ownCloud'> |
|
|
|
<directory suffix='.php'>lib/</directory> |
|
|
|
|