Beispiel #1
0
 /** @test */
 public function valueWithNoOperands()
 {
     $this->setExpectedException('LengthException');
     $this->and->evaluate();
 }