コード例 #1
0
 function testAdjust()
 {
     $this->mockcal->expectOnce('adjust', array());
     $Decorator = new Calendar_Decorator($this->mockcal);
     $Decorator->adjust();
 }