diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-05 17:59:06 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-05 17:59:06 -0500 |
commit | 53b0c7bda9a7dd1a7c36d44987bba1329b3890bb (patch) | |
tree | fc8d49e6c2ee7305c49435fa37e553940b977df5 /tests/units | |
parent | 99b3bfae16d51421ac015d94ef7bed69f70f2f78 (diff) |
Remove method getMailboxHash()
Diffstat (limited to 'tests/units')
-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); |