summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-02-09 17:15:55 +0100
committerAleksander Machniak <alec@alec.pl>2014-02-09 18:21:32 +0100
commitc8699f09eae6265e566a18c4597334d363aa4492 (patch)
treeb3254d86199e3e30f9359e1e84ceaaf21e84186a /tests/phpunit.xml
parentd3abad28764286cb8a58e5c74173d3fd671c5ac0 (diff)
Add dummy tests for rcube_spellcheck_* classes
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index 8021933bb..bd92e585a 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -29,6 +29,10 @@
<file>Framework/ResultSet.php</file>
<file>Framework/ResultThread.php</file>
<file>Framework/Smtp.php</file>
+ <file>Framework/SpellcheckAtd.php</file>
+ <file>Framework/SpellcheckEnchant.php</file>
+ <file>Framework/SpellcheckGoogie.php</file>
+ <file>Framework/SpellcheckPspell.php</file>
<file>Framework/Spellchecker.php</file>
<file>Framework/StringReplacer.php</file>
<file>Framework/User.php</file>