fixed typo

This commit is contained in:
Bart van den Burg 2011-12-22 10:57:47 +01:00
parent 231e79ce0f
commit c60f0363de
1 changed files with 1 additions and 1 deletions

View File

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