示例#1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testResetIndexShouldThrowExceptionForInvalidIndex()
 {
     $resetter = new Resetter($this->indexConfigsByName);
     $resetter->resetIndex('baz');
 }