public function testGetSetServiceLocator()
 {
     $strategy = new ServiceLocatorStrategy($this->serviceManager);
     $strategy->setServiceLocator($this->serviceManager);
     $this->assertSame($this->serviceManager, $strategy->getServiceLocator());
 }