示例#1
0
 /**
  * @expectedException Exception
  */
 public function testGetByGroupException()
 {
     $service = new User();
     $service->setDataSource(new PDOMock());
     $this->assertEquals(7, count($service->getByGroup(5, null)));
 }