mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add tests for GH-558
This commit is contained in:
parent
6e4456fbd7
commit
381e5b10bc
1 changed files with 3 additions and 0 deletions
|
@ -1096,6 +1096,9 @@ class FormHelperTest extends CakeTestCase {
|
|||
$this->Form->create('Address');
|
||||
$this->Form->input('Address.primary.1');
|
||||
$this->assertEquals('Address.primary', $this->Form->fields[0]);
|
||||
|
||||
$this->Form->input('Address.secondary.1.0');
|
||||
$this->assertEquals('Address.secondary', $this->Form->fields[1]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue