Example #1
0
 function testAcceptAllIfNoTypeHintGiven()
 {
     Mockster::stub($this->foo->noHint())->will()->return_("foo");
     Mockster::stub($this->foo->noHint())->will()->return_(42);
     $this->mock->noHint();
     $this->pass();
 }