Browse Source

Fix typo.

mark 10 years ago
parent
commit
ea410bd70b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/TestCase/Utility/SecurityTest.php

+ 1 - 2
tests/TestCase/Utility/SecurityTest.php

@@ -260,8 +260,7 @@ class SecurityTest extends TestCase
      */
     public function testEngineEquivalence()
     {
-        $this->skipIf(!defined('MCRYPT_RIJNDAEL_128'), 'This needs mcrypt extension to be laoded.');
-
+        $this->skipIf(!defined('MCRYPT_RIJNDAEL_128'), 'This needs mcrypt extension to be loaded.');
 
         $restore = Security::engine();
         $txt = "Obi-wan you're our only hope";