INFRA-132 - Remove white space after an opening "(" or before a closing ")"
[civicrm-core.git] / tests / phpunit / CRM / Member / BAO / MembershipTest.php
index e747af7d69cf0c4134be416702f7700b8fe8086b..48826583fba067c0f9db78458329c06f51cb1af7 100644 (file)
@@ -69,9 +69,9 @@ class CRM_Member_BAO_MembershipTest extends CiviUnitTestCase {
    *
    */
   public function tearDown() {
-    $this->membershipTypeDelete( array( 'id' => $this->_membershipTypeID ) );
-    $this->membershipStatusDelete( $this->_membershipStatusID );
-    Contact::delete( $this->_contactID );
+    $this->membershipTypeDelete(array('id' => $this->_membershipTypeID));
+    $this->membershipStatusDelete($this->_membershipStatusID);
+    Contact::delete($this->_contactID);
 
     $this->_contactID = $this->_membershipStatusID = $this->_membershipTypeID = NULL;
   }