Merge pull request #14919 from eileenmcnaughton/mem_review
[civicrm-core.git] / tests / phpunit / api / v3 / TaxContributionPageTest.php
index 8eb25dc38f847484a4a19ce29998672f7b506d50..b1d9bf3a329cf0fda23870c32a4b0350ff1a49e0 100644 (file)
@@ -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);
   }