Skip to content
Snippets Groups Projects
Commit 544ea636 authored by Vincent Petry's avatar Vincent Petry Committed by backportbot[bot]
Browse files

Fix casing of core test folder


It seems Phpunit < 9 was case insensitive.
Fixed the phpunit config to target the correct name for the "Core" test
directory.

Signed-off-by: default avatarVincent Petry <vincent@nextcloud.com>
parent ef273fef
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
<directory suffix='.php'>core/</directory>
<directory suffix='.php'>Core/</directory>
<directory suffix='.php'>ocs-provider/</directory>
<file>apps.php</file>
</testsuite>
......@@ -32,4 +32,3 @@
<listener class="StartSessionListener" file="startsessionlistener.php" />
</listeners>
</phpunit>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment