Remove method getMailboxHash()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user