From c8699f09eae6265e566a18c4597334d363aa4492 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 09 Feb 2014 12:21:32 -0500 Subject: [PATCH] Add dummy tests for rcube_spellcheck_* classes --- tests/phpunit.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 8021933..bd92e58 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> -- Gitblit v1.9.1