[nfc] Add Unit test for group by in pdf letters.
authoreileen <emcnaughton@wikimedia.org>
Sat, 13 May 2017 08:49:56 +0000 (20:49 +1200)
committereileen <emcnaughton@wikimedia.org>
Fri, 28 Jul 2017 12:26:27 +0000 (00:26 +1200)
commit8de6622e4046ff25888bd6c91ee242f5888257f0
tree4f97dbe7d30db7cd1bae0908e455b59173b1dc18
parent34e17e1bbe53b08e5924d9965144f4f5a91ba0c0
[nfc] Add Unit test for group by in pdf letters.

In addition to the unit test there is a minor change to not do the early return before assigning variables
if smarty is not set. This doesn't really have any performance advantage, as they are already calculated,
blocks the unit test and also blocks using these variables from outside extensions
CRM/Contribute/Form/Task/PDFLetterCommon.php
tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php