Exemplo n.º 1
0
 function it_should_delegate_run_all_to_inspector(Inspector $inspector)
 {
     $inspector->runAll()->shouldBeCalled()->willReturn('result');
     $this->runAll();
 }