コード例 #1
0
 public function testFindByHomeTeamId()
 {
     $mapper = new \IBL\GameMapper($this->_conn);
     $results = $mapper->findByHomeTeamId(24);
     $this->assertEquals(count($results), 81);
 }