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.
2 parents bd4f385 + 9e0bf84 commit cbbe9bdCopy full SHA for cbbe9bd
Tests/Extension/Core/Type/TimeTypeTest.php
@@ -223,7 +223,7 @@ public function testSubmitStringSingleTextWithoutMinutes()
223
224
public function testSubmitWithSecondsAndBrowserOmissionSeconds()
225
{
226
- $form = $this->factory->create('time', null, array(
+ $form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\TimeType', null, array(
227
'model_timezone' => 'UTC',
228
'view_timezone' => 'UTC',
229
'input' => 'string',
0 commit comments