mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
test: Remove suffix to reduce warnings about not extending TestCase
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
20e1ff78ad
commit
6157bf9276
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
timeoutForLargeTests="900"
|
||||
>
|
||||
<testsuite name='ownCloud files external'>
|
||||
<directory suffix=".php">../apps/files_external/tests</directory>
|
||||
<directory>../apps/files_external/tests</directory>
|
||||
<!-- exclude backends as they are called separately -->
|
||||
<exclude>../apps/files_external/tests/Storage/</exclude>
|
||||
</testsuite>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
convertDeprecationsToExceptions="true"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
|
||||
<testsuite name="Nextcloud Server">
|
||||
<directory suffix=".php">lib/</directory>
|
||||
<directory suffix=".php">Core/</directory>
|
||||
<directory>lib/</directory>
|
||||
<directory>Core/</directory>
|
||||
<file>apps.php</file>
|
||||
</testsuite>
|
||||
<coverage>
|
||||
|
|
|
|||
Loading…
Reference in a new issue