Example #1
0
 /**
  * RTFN
  *
  * @expectedException \Kachit\Collection\Exception
  * @expectedExceptionMessage Method "fake" not available for add objects
  */
 public function testFillFromArrayNotAvailableMethod()
 {
     $array = $this->getCollectionForMerge()->toArray();
     $this->testable->fillFromArray($array, 'fake');
 }