Example #1
0
 public function testSetFieldModifierWithInvalidValue()
 {
     $this->setExpectedException('Solarium\\Exception\\RuntimeException');
     $this->doc->setFieldModifier('name', 'invalid_modifier_value');
 }