Exemplo n.º 1
0
 function its_run_should_delegate_run_to_inspector(Inspector $inspector)
 {
     $inspector->run(array('some_path'))->shouldBeCalled()->willReturn('result');
     $this->run(array('some_path'))->shouldReturn('result');
 }