From b2034fdfec040a67988e543a911208ef2491ce7a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Sun, 22 Feb 2015 12:58:46 +0100 Subject: New RoundCube Plugins Git folder --- vcard_attachments/tests/VcardAttachments.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcard_attachments/tests/VcardAttachments.php (limited to 'vcard_attachments/tests/VcardAttachments.php') diff --git a/vcard_attachments/tests/VcardAttachments.php b/vcard_attachments/tests/VcardAttachments.php new file mode 100644 index 0000000..4b37cfc --- /dev/null +++ b/vcard_attachments/tests/VcardAttachments.php @@ -0,0 +1,23 @@ +api); + + $this->assertInstanceOf('vcard_attachments', $plugin); + $this->assertInstanceOf('rcube_plugin', $plugin); + } +} + -- cgit v1.2.3