until() public method

public until ( $endDate )
Esempio n. 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidUntil()
 {
     $test = new When();
     $test->until("test");
 }