示例#1
0
 function testThisHour()
 {
     $this->mockcal->expectOnce('thisHour', array('int'));
     $Decorator = new Calendar_Decorator($this->mockcal);
     $this->assertEqual(13, $Decorator->thisHour());
 }