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 --- identity_select/tests/IdentitySelect.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 identity_select/tests/IdentitySelect.php (limited to 'identity_select/tests') diff --git a/identity_select/tests/IdentitySelect.php b/identity_select/tests/IdentitySelect.php new file mode 100644 index 0000000..461e79d --- /dev/null +++ b/identity_select/tests/IdentitySelect.php @@ -0,0 +1,22 @@ +api); + + $this->assertInstanceOf('identity_select', $plugin); + $this->assertInstanceOf('rcube_plugin', $plugin); + } +} -- cgit v1.2.3