mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix lint error.
This commit is contained in:
parent
c4b9fa6c7a
commit
5786245832
1 changed files with 0 additions and 1 deletions
|
@ -5725,7 +5725,6 @@ class FormHelperTest extends CakeTestCase {
|
|||
$result = $this->Form->hour('Model.field', false, array('value' => '23'));
|
||||
$this->assertContains('<option value="11" selected="selected">11</option>', $result);
|
||||
|
||||
|
||||
$this->Form->request->data['Model']['field'] = '2006-10-10 00:12:32';
|
||||
$result = $this->Form->hour('Model.field', true);
|
||||
$expected = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue