diff --git a/tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php b/tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php index 81eb1c886e..74feb80d4b 100644 --- a/tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php +++ b/tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php @@ -197,7 +197,7 @@ class EntityChoiceListTest extends DoctrineOrmTestCase ), $choiceList->getChoices('choices')); } - public function testPossibleToProviceShorthandEntityName() + public function testPossibleToProvideShorthandEntityName() { $shorthandName = 'FooBarBundle:Bar';