Ejemplo n.º 1
0
 public function testSetGetServiceLocator()
 {
     $input = new ServiceManager();
     $this->target->setServiceLocator($input);
     $this->assertSame($this->target->getServiceLocator(), $input);
 }