Skip to content

Commit cbbe9bd

Browse files
Merge branch '2.8' into 3.1
* 2.8: [ClassLoader] Fix ClassCollectionLoader inlining with __halt_compiler [Form] Fix tests to use FQCN
2 parents bd4f385 + 9e0bf84 commit cbbe9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/Type/TimeTypeTest.php

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

224224
public function testSubmitWithSecondsAndBrowserOmissionSeconds()
225225
{
226-
$form = $this->factory->create('time', null, array(
226+
$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\TimeType', null, array(
227227
'model_timezone' => 'UTC',
228228
'view_timezone' => 'UTC',
229229
'input' => 'string',

0 commit comments

Comments
 (0)