diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-05 23:30:56 -0400 |
commit | 710f2c7bb046b43ec9878ae795a181101f6d7515 (patch) | |
tree | b62723b6b49c3b6bf2b3ca41a772f552464a9031 /tests/units/ToolTest.php | |
parent | 94b38dd94bd819168163003beec8ef693f9d9839 (diff) |
Improve unit tests
Diffstat (limited to 'tests/units/ToolTest.php')
-rw-r--r-- | tests/units/ToolTest.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/units/ToolTest.php b/tests/units/ToolTest.php deleted file mode 100644 index 4a62fe3b..00000000 --- a/tests/units/ToolTest.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -require_once __DIR__.'/Base.php'; - -use 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')); - } -} |