bymonth() public method

public bymonth ( $bymolist, $delimiter = "," )
コード例 #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidByMonth()
 {
     $test = new When();
     $test->bymonth(-1);
 }