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:
authorLukas Reschke <lukas@statuscode.ch>2016-08-15 18:00:35 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-08-15 18:00:35 +0300
commit166a7667d39e5876d1a3bba8cec7a34de9ef42f6 (patch)
tree6e11d5d3f250f620108dace968ce929c6c50126f /tests/phpunit-autotest.xml
parent396678c9ce98c901384c827e3a45173cf6c8c5bb (diff)
Use proper casing
Diffstat (limited to 'tests/phpunit-autotest.xml')
-rw-r--r--tests/phpunit-autotest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 07de887c8cb..301f63a375d 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -8,9 +8,8 @@
>
<testsuite name='ownCloud'>
<directory suffix='.php'>lib/</directory>
- <directory suffix='.php'>settings/</directory>
- <directory suffix='.php'>core/</directory>
- <directory suffix='.php'>ocs-provider/</directory>
+ <directory suffix='.php'>Settings/</directory>
+ <directory suffix='.php'>Core/</directory>
<file>apps.php</file>
</testsuite>
<!-- filters for code coverage -->