function testMonth() { $Unit = new Calendar_Month(2000, 13); $Validator =& $Unit->getValidator(); $this->assertFalse($Validator->isValidMonth()); }