Fix typo in Doctrine/AbstractProviderTest

This commit is contained in:
Jeremy Mikola 2012-03-12 14:13:28 -04:00
parent 02f162fd79
commit f559700766

View file

@ -86,7 +86,7 @@ class AbstractProviderTest extends \PHPUnit_Framework_TestCase
);
}
public function testPopulateShouldNotClearsObjectManager()
public function testPopulateShouldNotClearObjectManager()
{
$nbObjects = 1;
$objects = array(1);