Ejemplo n.º 1
0
 function testSize()
 {
     $this->mockcal->expectOnce('size', array());
     $Decorator = new Calendar_Decorator($this->mockcal);
     $Decorator->size();
 }