From a63f14ec4045e82f47b237663bcf09939a0eadc5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 29 Aug 2015 01:52:57 -0400 Subject: [PATCH] Emoticons-related code refactoring --- tests/phpunit.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 07d8d41..bb2e9bc 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -60,6 +60,7 @@ <file>./../plugins/database_attachments/tests/DatabaseAttachments.php</file> <file>./../plugins/debug_logger/tests/DebugLogger.php</file> <file>./../plugins/emoticons/tests/Emoticons.php</file> + <file>./../plugins/emoticons/tests/EmoticonsEngine.php</file> <file>./../plugins/enigma/tests/Enigma.php</file> <file>./../plugins/example_addressbook/tests/ExampleAddressbook.php</file> <file>./../plugins/filesystem_attachments/tests/FilesystemAttachments.php</file> -- Gitblit v1.9.1