CRM-14078 - 'Paid By' -> 'Payment Method'
[civicrm-core.git] / tests / phpunit / WebTest / Contribute / OfflineContributionTest.php
index bb7008825bbbdae667752cff6b58161d3f0910cb..5db8c37ddeb762cb5b9f03ee50b2e4f40e2c2cd5 100644 (file)
@@ -160,7 +160,7 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase {
       'Financial Type' => 'Donation',
       'Total Amount' => '100.00',
       'Contribution Status' => 'Completed',
-      'Paid By' => 'Check',
+      'Payment Method' => 'Check',
       'Check Number' => 'check #1041',
       'Non-deductible Amount' => '10.00',
       'Received Into' => $financialAccount,
@@ -427,7 +427,7 @@ class WebTest_Contribute_OfflineContributionTest extends CiviSeleniumTestCase {
       'Financial Type' => 'Donation',
       'Total Amount' => '0.00',
       'Contribution Status' => 'Completed',
-      'Paid By' => 'Credit Card',
+      'Payment Method' => 'Credit Card',
     );
     $this->webtestVerifyTabularData($expected);
   }