Esempio n. 1
0
 public function testDoesNothingWhenMethodExpected()
 {
     $expectationComponent = Doubles::fromClass('\\Doubles\\Expectation\\ExpectationComponent');
     $expectationComponent->stub('isMethodExpected', true);
     $component = new PartialComponent($expectationComponent);
     $this->assertNull($component->whenMethodCalled('foo', array()));
 }