Example #1
0
 /**
  * Get all authors on file with no connection
  * to storage.
  * @expectedException Exception
  */
 public function testFetchAllAuthorsException()
 {
     $service = new Article();
     $service->setDataSource(new PDOMock());
     $service->fetchAllAuthors();
 }