mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix identifier typos
This commit is contained in:
parent
73dcb2cb91
commit
a1ae31e554
1 changed files with 2 additions and 2 deletions
|
@ -1434,11 +1434,11 @@ class FormHelperTest extends CakeTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Test that URL, HTML and identifer show up in their hashs.
|
||||
* Test that URL, HTML and identifier show up in their hashs.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testSecuredFormUrlHasHtmlAndIdentifer() {
|
||||
public function testSecuredFormUrlHasHtmlAndIdentifier() {
|
||||
$this->Form->request['_Token'] = array('key' => 'testKey');
|
||||
|
||||
$expected = 'ece0693fb1b19ca116133db1832ac29baaf41ce5%3A';
|
||||
|
|
Loading…
Reference in a new issue