/**
  * @expectedException Application\Exceptions\InvalidArgumentException
  */
 public function testGetHeadersException()
 {
     $h = $this->_reportService->getHeaders(ReportModel::ACCUMULATED_SUMMARY_DAILY);
 }