Add in Country and StateProvince APIv4 Entities
[civicrm-core.git] / tests / phpunit / api / v3 / MembershipPaymentTest.php
index 62512496e26ca3f571c4210672f43023df76a821..8aa94d018db9f1de6e28e8ca772e83181ec5a376 100644 (file)
@@ -91,14 +91,6 @@ class api_v3_MembershipPaymentTest extends CiviUnitTestCase {
 
   ///////////////// civicrm_membershipPayment_get methods
 
-  /**
-   * Test civicrm_membershipPayment_get with wrong params type.
-   */
-  public function testGetWrongParamsType() {
-    $params = 'eeee';
-    $GetWrongParamsType = $this->callAPIFailure('membership_payment', 'get', $params, 'Input variable `params` is not an array');
-  }
-
   /**
    * Test civicrm_membershipPayment_get - success expected.
    */