Example #1
0
 /**
  * @expectedException Exception
  */
 public function testFetchAllException()
 {
     $service = new Article();
     $service->setDataSource(new PDOMock());
     $service->fetchAll();
 }