Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-08-10 22:48:30 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-08-10 22:48:30 +0300
commit2ae285daecb58131f72e5f6cbef3a46a9ab329f5 (patch)
treefebe1763bb2400288d96048255cb53efd1b18966 /tests/phpunit-autotest.xml
parent385613c3aa33a1636a63a2e9a68f09736e9be2f6 (diff)
Rename Core/ to core/
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index aa1895620f8..cba407dae77 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -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>