Example #1
0
 public function testFindCeModelsBy()
 {
     $models = $this->manager->findCeModelsBy(array('owner_id' => 1));
     $this->assertCount(3, $models);
 }