コード例 #1
0
 public function testCountMember()
 {
     $this->assertEquals(2, $this->repository->countMembers());
 }
コード例 #2
0
 /**
  * @return array
  */
 public function getContactGroups()
 {
     return $this->repository->getContactGroups();
 }