Example #1
0
 public function testMinimumValue()
 {
     $this->setExpectedException(\InvalidArgumentException::class, 'value should be a positive integer, but is -5 instead.');
     $this->item = $this->item->withValue(new Integer(-5));
 }