mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
test: Remove suffix to reduce warnings about not extending TestCase
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user