Fix whitespace.

This commit is contained in:
mark_story 2012-09-27 21:42:15 -04:00
parent 9c78aae87e
commit eed59a95ad

View file

@ -161,7 +161,7 @@ class SecurityTest extends CakeTestCase {
$this->skipIf(strpos($test, '$2a$') === false, 'Blowfish hashes are incorrect.');
$_hashType = Security::$hashType;
$key = 'someKey';
$hashType = 'blowfish';
Security::setHash($hashType);