aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit-autotest.xml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-15 17:00:35 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-08-15 17:00:35 +0200
commit166a7667d39e5876d1a3bba8cec7a34de9ef42f6 (patch)
tree6e11d5d3f250f620108dace968ce929c6c50126f /tests/phpunit-autotest.xml
parent396678c9ce98c901384c827e3a45173cf6c8c5bb (diff)
downloadnextcloud-server-166a7667d39e5876d1a3bba8cec7a34de9ef42f6.tar.gz
nextcloud-server-166a7667d39e5876d1a3bba8cec7a34de9ef42f6.zip
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 -->