Example #1
0
 /**
  * @test
  */
 public function rubDinglebopWithFleeb()
 {
     $fleeb = new Fleeb();
     $this->_dinglebop->expects($this->once())->method('handleRubbing')->with($fleeb);
     $this->_sut->rubDinglebopWithFleeb($this->_dinglebop, $fleeb);
 }
 /**
  * @test
  */
 public function rubDingleBop()
 {
     $this->_dinglebop->expects($this->once())->method('setWasRubbedBySchlami')->with(true);
     $this->_sut->rubDingleBop($this->_dinglebop);
 }