public function testGetEntityCollectionClassForBean()
 {
     $mappings = array('foo' => 'bar');
     $this->factory->setBeanToCollectionClassMappings($mappings);
     $this->assertSame('bar', $this->factory->getEntityCollectionClassForBean('foo'));
 }