Example #1
0
 public function testFindCeModelBy()
 {
     $model = $this->manager->findCeModelBy(array('name' => 'Model1', 'owner_id' => 1));
     $this->assertEquals('Model1', $model->getName());
 }