diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Helper/MailHelperTest.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/units/Helper/MailHelperTest.php b/tests/units/Helper/MailHelperTest.php index c6f13042..26152a69 100644 --- a/tests/units/Helper/MailHelperTest.php +++ b/tests/units/Helper/MailHelperTest.php @@ -6,14 +6,6 @@ use Kanboard\Helper\MailHelper; class MailHelperTest extends Base { - public function testMailboxHash() - { - $helper = new MailHelper($this->container); - $this->assertEquals('test1', $helper->getMailboxHash('a+test1@localhost')); - $this->assertEquals('', $helper->getMailboxHash('test1@localhost')); - $this->assertEquals('', $helper->getMailboxHash('test1')); - } - public function testFilterSubject() { $helper = new MailHelper($this->container); |