test: Remove suffix to reduce warnings about not extending TestCase

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48210/head
Joas Schilling 8 months ago
parent 20e1ff78ad
commit 6157bf9276
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 2
      tests/phpunit-autotest-external.xml
  2. 4
      tests/phpunit-autotest.xml

@ -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…
Cancel
Save