Skip to content

Commit

Permalink
remove extra whitespace from #9304
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 19, 2016
1 parent 6b22428 commit b712fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Utility/SecurityTest.php
Expand Up @@ -260,7 +260,7 @@ public function testDecryptInvalidData()
public function testEngineEquivalence()
{
$this->skipIf(!function_exists('mcrypt_encrypt') || version_compare(PHP_VERSION, '7.1', '>='), 'This needs mcrypt extension to be loaded.');

$restore = Security::engine();
$txt = "Obi-wan you're our only hope";
$key = 'This is my secret key phrase it is quite long.';
Expand Down

0 comments on commit b712fee

Please sign in to comment.