mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
removing debug statement from form.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7115 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
de164962dc
commit
298ede514c
1 changed files with 1 additions and 1 deletions
|
@ -2029,7 +2029,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
$this->assertTags($result, $expected);
|
||||
|
||||
$result = $this->Form->select('Model.field', array(1 => 'One', 2 => 'Two', 'Three' => array(3 => 'Three', 4 => 'Four')), null, array('showParents' => true), false);
|
||||
debug(h($expected));
|
||||
|
||||
$expected = array(
|
||||
'select' => array('name' => 'data[Model][field]',
|
||||
'id' => 'ModelField'),
|
||||
|
|
Loading…
Add table
Reference in a new issue