CRM-12622
authorDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Thu, 30 May 2013 16:09:07 +0000 (21:39 +0530)
committerDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Thu, 30 May 2013 16:09:07 +0000 (21:39 +0530)
commitae555e90b42fb09180e843c256f3793b316ffdc2
tree44b16e632815735a4f022a6d157d0604b1091f0c
parentc4dd80c9e1ceb401e1744c71a834d0d3db2e5ff5
CRM-12622
fixes to provide support for writing phpunit test cases for reports
fixes to support running reports in programmatic way
notice fixes in reports for test run

----------------------------------------
* CRM-12622: Create example data files for CiviHR Report Template
  http://issues.civicrm.org/jira/browse/CRM-12622
CRM/Report/Form.php
CRM/Report/Form/Instance.php
CRM/Report/Utils/Get.php
CRM/Report/Utils/Report.php
tests/phpunit/CRM/Report/Form/Contribute/DetailTest.php [new file with mode: 0644]
tests/phpunit/CRM/Report/Form/Contribute/fixtures/dataset.sql [new file with mode: 0644]
tests/phpunit/CRM/Report/Form/Contribute/fixtures/report.csv [new file with mode: 0644]
tests/phpunit/CiviTest/CiviReportTestCase.php [new file with mode: 0644]