We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf474e commit 0d6a60bCopy full SHA for 0d6a60b
src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php
@@ -233,7 +233,7 @@ public function testSubmitStringSingleTextWithoutMinutes()
233
234
public function testSubmitWithSecondsAndBrowserOmissionSeconds()
235
{
236
- $form = $this->factory->create('time', null, array(
+ $form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\TimeType', null, array(
237
'model_timezone' => 'UTC',
238
'view_timezone' => 'UTC',
239
'input' => 'string',
0 commit comments