Exemplo n.º 1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function setResetAutoIncrementThresholdForMinus1Fails()
 {
     $this->fixture->setResetAutoIncrementThreshold(-1);
 }