}
}
$this->restoreUFGroupOne();
+ $this->revertTemplateToReservedTemplate();
parent::tearDown();
}
$mut->checkMailLog([
'email:::anthony_anderson@civicrm.org',
'is_monetary:::1',
- 'amount:::100.00',
+ 'amount:::$100.00',
'currency:::USD',
'receive_date:::' . date('Ymd', strtotime($contribution['receive_date'])),
"receipt_date:::\n",
$mut->checkMailLog([
'email:::anthony_anderson@civicrm.org',
'is_monetary:::1',
- 'amount:::100.00',
+ 'amount:::€100.00',
'currency:::EUR',
'receive_date:::' . date('Ymd', strtotime($contribution['receive_date'])),
"receipt_date:::\n",
$this->mut->checkMailLog([
'email:::anthony_anderson@civicrm.org',
'is_monetary:::1',
- 'amount:::100.00',
+ 'amount:::$100.00',
'currency:::USD',
'receive_date:::' . date('Ymd', strtotime($receive_date)),
'receipt_date:::' . date('Ymd'),
]);
$this->assertEquals(1, $status);
$mut->checkMailLog([
- 'amount:::500.00',
+ 'amount:::$500.00',
// The `receive_date` should remain as it was created.
// TODO: the latest payment transaction date (and maybe other details,
// such as amount and payment instrument) would be a useful token to make