From 4e0f246c6eebd1a610a4ec44f15af1709f8a9b88 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 22 Mar 2015 19:01:02 -0400 Subject: [PATCH] Remove unused test --- tests/TestCase/Utility/SecurityTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/TestCase/Utility/SecurityTest.php b/tests/TestCase/Utility/SecurityTest.php index 40a69e4e685..7a4e391f9a2 100644 --- a/tests/TestCase/Utility/SecurityTest.php +++ b/tests/TestCase/Utility/SecurityTest.php @@ -26,16 +26,6 @@ class SecurityTest extends TestCase { - /** - * testGenerateAuthkey method - * - * @return void - */ - public function testGenerateAuthkey() - { - $this->assertEquals(strlen(Security::generateAuthKey()), 40); - } - /** * testHash method *