bysetpos() public method

public bysetpos ( $bysplist, $delimiter = "," )
Esempio n. 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidBySetPos()
 {
     $test = new When();
     $test->bysetpos(367);
 }