Ejemplo n.º 1
0
 /**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage Array must have _id key
  */
 public function testMixedToMongoIdList_ArrayWithoutIdKey()
 {
     Cursor::mixedToMongoIdList(array(array('param' => 'value')));
 }