mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Uncomment test.
I missed this earlier, because I'm a doofus.
This commit is contained in:
parent
3dbc3a0abe
commit
c2c096428c
1 changed files with 0 additions and 2 deletions
|
@ -2328,7 +2328,6 @@ class FormHelperTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testInputTimeWithIntervalAnd12HourFormat() {
|
||||
/*
|
||||
$result = $this->Form->input('Model.start_time', array(
|
||||
'type' => 'time',
|
||||
'timeFormat' => 12,
|
||||
|
@ -2348,7 +2347,6 @@ class FormHelperTest extends CakeTestCase {
|
|||
$this->assertContains('<option value="04" selected="selected">4</option>', $result);
|
||||
$this->assertContains('<option value="30" selected="selected">30</option>', $result);
|
||||
$this->assertContains('<option value="pm" selected="selected">pm</option>', $result);
|
||||
*/
|
||||
|
||||
$result = $this->Form->input('Model.start_time', array(
|
||||
'type' => 'time',
|
||||
|
|
Loading…
Reference in a new issue