Skip to content

Commit 0d6a60b

Browse files
committed
[Form] Fix tests to use FQCN
1 parent 2cf474e commit 0d6a60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testSubmitStringSingleTextWithoutMinutes()
233233

234234
public function testSubmitWithSecondsAndBrowserOmissionSeconds()
235235
{
236-
$form = $this->factory->create('time', null, array(
236+
$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\TimeType', null, array(
237237
'model_timezone' => 'UTC',
238238
'view_timezone' => 'UTC',
239239
'input' => 'string',

0 commit comments

Comments
 (0)