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:
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>