Example #1
0
 public function testUnderscoreHasOneToMany()
 {
     $category = new Category(1);
     $this->assertEquals(TRUE, $category->hasModel_People());
 }