public function testGetSetTypeField()
 {
     $strategy = new ServiceLocatorStrategy($this->serviceManager);
     $strategy->setTypeField('foo');
     $this->assertSame('foo', $strategy->getTypeField());
 }