Exemple #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Collection Structure does not contain field fieldName
  */
 public function testSetValueWithException()
 {
     $this->recordCollection->setValue('fieldName', 'default');
 }