Browse Source
Merge pull request #31750 from nextcloud/fix/ci-should-fail-on-deprecation-warnings
Convert deprecation warnings to exception in phpunit
pull/31798/head
Côme Chilliet
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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> |
|
|
|
|