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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-06-09 20:21:46 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-06-10 11:17:22 +0300
commitad7e973167bd432ea140d6e954f1ad92fb05bf4a (patch)
treeb91cc317b9f691f0296ade0ed480b25de9b5e62a /tests
parentddab2b3892f5252ec7eceecd12bb5b2c654d3080 (diff)
Fix the path whitelist
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index cbd6cfe..408a60d 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -11,10 +11,10 @@
<!-- filters for code coverage -->
<filter>
<whitelist>
- <directory suffix=".php">../files_editor</directory>
+ <directory suffix=".php">../../files_editor</directory>
<exclude>
- <directory suffix=".php">../files_editor/l10n</directory>
- <directory suffix=".php">../files_editor/tests</directory>
+ <directory suffix=".php">../../files_editor/l10n</directory>
+ <directory suffix=".php">../../files_editor/tests</directory>
</exclude>
</whitelist>
</filter>