diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-02-09 17:15:55 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-02-09 17:15:55 +0100 |
commit | 4bcb8ac002c95e6290b9307ab41bb8539cde8fe5 (patch) | |
tree | 4dbb65110a69cae2f8cf65493ef850424f571eed /tests/phpunit.xml | |
parent | f130f9116e1e9ee9735d8026aa5242fc9daceecb (diff) |
Add dummy tests for rcube_spellcheck_* classes
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r-- | tests/phpunit.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml index a5942c433..d7f14f23f 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -24,6 +24,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> |