diff --git a/Tests/Fixtures/Form/TestType.php b/Tests/Fixtures/Form/TestType.php index cf04faf..2b3f053 100644 --- a/Tests/Fixtures/Form/TestType.php +++ b/Tests/Fixtures/Form/TestType.php @@ -35,7 +35,7 @@ class TestType extends AbstractType public function setDefaultOptions(OptionsResolverInterface $resolver) { $resolver->setDefaults(array( - 'data_class' => 'Nelmio\ApiDocBundle\Tests\Fixtures\Model\Test', + 'data_class' => 'Nelmio\ApiDocBundle\Tests\Fixtures\Model\Test', )); return;