Refactor CRM/Report/Form/ActivitySummary.php, removing postProcess(), moving temp...
authorDave Jenkins <davej+git@circle-interactive.co.uk>
Wed, 29 May 2019 15:00:46 +0000 (16:00 +0100)
committerDave Jenkins <davej+git@circle-interactive.co.uk>
Wed, 29 May 2019 15:00:46 +0000 (16:00 +0100)
commitd5625bc9c6e63d7bd6022b66f7d744e176b104d7
tree6d202d3b1f4b7ef66a84af9e2deaf043df095ce4
parent1ad3437a245dc14d863980a1eef4403f49da7ade
Refactor CRM/Report/Form/ActivitySummary.php, removing postProcess(), moving temp table creation etc into buildQuery(). In tests/phpunit/api/v3/ReportTemplateTest.php, remove activitySummary from reportsToSkip, as tests pass after this refactoring; also rename testActivitySummary() to testActivityDetails(), as it actually tests report_id = Activity which is the activity details report.
CRM/Report/Form/ActivitySummary.php
tests/phpunit/api/v3/ReportTemplateTest.php