/** * @expectedException InvalidArgumentException */ public function testInvalidBySetPos() { $test = new When(); $test->bysetpos(367); }