Example #1
0
 public function testUnderscoreListOneToMany()
 {
     $category = new Category(1);
     $this->assertEquals(array(1, 2, 3), $category->listModel_People());
 }