Smarty modifier - stop using isset to check taxTerm
[civicrm-core.git] / tests / phpunit / api / v3 / ContributionTest.php
index 0fc48fdca917892947ba5d314a900abdc23735c1..113083f59454167706bd90ac971881879a7df279 100644 (file)
@@ -2082,7 +2082,7 @@ class api_v3_ContributionTest extends CiviUnitTestCase {
   /**
    * Test completing a transaction via the API with a non-USD transaction.
    */
-  public function testCompleteTransactionEuro() {
+  public function testCompleteTransactionEuro(): void {
     $mut = new CiviMailUtils($this, TRUE);
     $this->swapMessageTemplateForTestTemplate();
     $this->createLoggedInUser();