Sets the loop condition
Expression $test Loop:
$this
public function setTest(Expression $test) { $this->test = $test; return $this; }