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: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
ef273fef4b
commit
544ea63613
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue