Example #1
0
 public function provideActionMethodsAndRespectiveArguments()
 {
     return ['insert' => ['insert', ['collection', []]], 'update' => ['update', ['collection', [], []]], 'remove' => ['remove', ['collection', []]], 'fetch' => ['fetch', [new \IteratorIterator(new \ArrayObject())]], 'find' => ['find', ['collection', []]], 'generateQuery' => ['generateQuery', [Collection::coll()]]];
 }