Example #1
0
 public function testMaximumStackCount()
 {
     $this->setExpectedException(\InvalidArgumentException::class, 'stackCount should not be higher than 99, but is 100 instead.');
     $this->item = $this->item->withStackCount(new Integer(100));
 }