Ejemplo n.º 1
0
 function testNextMonthNameShort()
 {
     $Textual = new Calendar_Decorator_Textual($this->mockcal);
     $this->assertEqual('Nov', $Textual->nextMonthName('short'));
 }