test: Remove suffix to reduce warnings about not extending TestCase

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-05-22 20:43:12 +02:00
parent 20e1ff78ad
commit 6157bf9276
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>