[Form] Fix tests to use FQCN

This commit is contained in:
Maxime Steinhausser 2016-11-14 18:40:05 +01:00
parent 2cf474e2eb
commit 0d6a60bd1b

View File

@ -233,7 +233,7 @@ class TimeTypeTest extends TestCase
public function testSubmitWithSecondsAndBrowserOmissionSeconds()
{
$form = $this->factory->create('time', null, array(
$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\TimeType', null, array(
'model_timezone' => 'UTC',
'view_timezone' => 'UTC',
'input' => 'string',