X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FTaxContributionPageTest.php;h=743dac8f946654b5707f0db86193d02aa426fd7a;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=8eb25dc38f847484a4a19ce29998672f7b506d50;hpb=511a740d2dc6bc0a252939d0465f90b1e328c57e;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/TaxContributionPageTest.php b/tests/phpunit/api/v3/TaxContributionPageTest.php index 8eb25dc38f..743dac8f94 100644 --- a/tests/phpunit/api/v3/TaxContributionPageTest.php +++ b/tests/phpunit/api/v3/TaxContributionPageTest.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ -| Copyright CiviCRM LLC (c) 2004-2019 | +| Copyright CiviCRM LLC (c) 2004-2020 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -162,7 +162,7 @@ class api_v3_TaxContributionPageTest extends CiviUnitTestCase { ]; $result = $this->callAPISuccess('payment_processor', 'create', $paymentProceParams); $this->_ids['paymentProcessID'] = $result['id']; - require_once 'api/v3/examples/PaymentProcessor/Create.php'; + require_once 'api/v3/examples/PaymentProcessor/Create.ex.php'; $this->assertAPISuccess($result); }