diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-01 21:28:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-01 21:28:24 -0400 |
commit | c50255813b1f2de3709b17492d32c9e4ce280236 (patch) | |
tree | bac9a31956c558526e831c05c74ef03c676e453b /tests/units/Core | |
parent | ca87b1b60f9b4b49c80920e5009d6fbe4e3fb514 (diff) |
Added mail helper
Diffstat (limited to 'tests/units/Core')
-rw-r--r-- | tests/units/Core/ToolTest.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/units/Core/ToolTest.php b/tests/units/Core/ToolTest.php deleted file mode 100644 index 2422d73c..00000000 --- a/tests/units/Core/ToolTest.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -require_once __DIR__.'/../Base.php'; - -use Kanboard\Core\Tool; - -class ToolTest extends Base -{ - public function testMailboxHash() - { - $this->assertEquals('test1', Tool::getMailboxHash('a+test1@localhost')); - $this->assertEquals('', Tool::getMailboxHash('test1@localhost')); - $this->assertEquals('', Tool::getMailboxHash('test1')); - } -} |