function testPrevMinute()
 {
     $this->mockcal->expectOnce('prevMinute', array('int'));
     $Decorator = new Calendar_Decorator($this->mockcal);
     $this->assertEqual(29, $Decorator->prevMinute());
 }