From 710f2c7bb046b43ec9878ae795a181101f6d7515 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Sep 2015 23:30:56 -0400 Subject: Improve unit tests --- tests/units/ToolTest.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/units/ToolTest.php (limited to 'tests/units/ToolTest.php') 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 @@ -assertEquals('test1', Tool::getMailboxHash('a+test1@localhost')); - $this->assertEquals('', Tool::getMailboxHash('test1@localhost')); - $this->assertEquals('', Tool::getMailboxHash('test1')); - } -} -- cgit v1.2.3