Example #1
0
 public function testUnderscoreCountOneToMany()
 {
     $category = new Category(1);
     $this->assertEquals(3, $category->countModel_People());
 }