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