8000 minor #20518 [Form] Fix tests to use FQCN (ogizanagi) · src-run/symfony@29bf662 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29bf662

Browse files
minor symfony#20518 [Form] Fix tests to use FQCN (ogizanagi)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] Fix tests to use FQCN | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | N/A | License | MIT | Doc PR | N/A Fixes an issue while merging 2.7 in upper branches (symfony@2cf474e#diff-fbbd0dcfdc8319ceb89c18435e590fd2R234) Commits ------- 0d6a60b [Form] Fix tests to use FQCN
2 parents 2cf474e + 0d6a60b commit 29bf662

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)
0