fixed typo

This commit is contained in:
Bart van den Burg 2011-12-22 10:57:47 +01:00
parent 231e79ce0f
commit c60f0363de

View File

@ -197,7 +197,7 @@ class EntityChoiceListTest extends DoctrineOrmTestCase
), $choiceList->getChoices('choices')); ), $choiceList->getChoices('choices'));
} }
public function testPossibleToProviceShorthandEntityName() public function testPossibleToProvideShorthandEntityName()
{ {
$shorthandName = 'FooBarBundle:Bar'; $shorthandName = 'FooBarBundle:Bar';