Skip to content

Commit

Permalink
Remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Mar 22, 2015
1 parent 0c3bb9f commit 4e0f246
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/TestCase/Utility/SecurityTest.php
Expand Up @@ -26,16 +26,6 @@
class SecurityTest extends TestCase
{

/**
* testGenerateAuthkey method
*
* @return void
*/
public function testGenerateAuthkey()
{
$this->assertEquals(strlen(Security::generateAuthKey()), 40);
}

/**
* testHash method
*
Expand Down

0 comments on commit 4e0f246

Please sign in to comment.