Example #1
0
 public function testHasManyToManySingular()
 {
     $this->setExpectedException('fProgrammerException');
     $user = new User(1);
     $user->hasGroup();
 }