Exemplo n.º 1
0
 public function testInvocationError()
 {
     $this->setExpectedException('Fwk\\Di\\Exceptions\\InvalidReferenceException');
     $this->object->invoke($this->getContainer());
 }