/** * @expectedException InvalidArgumentException */ public function testInvalidByMonthDay() { $test = new When(); $test->bymonthday(32); }