fix membershiptypetest
[civicrm-core.git] / tests / phpunit / api / v3 / UFMatchTest.php
index 2d3c575784dfb0aa1ed60886c988cb8d5d5bd22a..fde182af224bc976984786d52a5b589e78dd7ad2 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 
 require_once 'CiviTest/CiviUnitTestCase.php';
@@ -84,7 +84,7 @@ class api_v3_UFMatchTest extends CiviUnitTestCase {
   }
 
   /**
-   * Fetch contact id by uf id
+   * Fetch contact id by uf id.
    */
   public function testGetUFMatchID() {
     $params = array(
@@ -100,7 +100,7 @@ class api_v3_UFMatchTest extends CiviUnitTestCase {
   }
 
   /**
-   * Fetch uf id by contact id
+   * Fetch uf id by contact id.
    */
   public function testGetUFID() {
     $params = array(
@@ -116,7 +116,7 @@ class api_v3_UFMatchTest extends CiviUnitTestCase {
   }
 
   /**
-   *  Test civicrm_activity_create() using example code
+   * Test civicrm_activity_create() using example code
    */
   public function testUFMatchGetExample() {
     require_once 'api/v3/examples/UFMatch/Get.php';
@@ -142,4 +142,5 @@ class api_v3_UFMatchTest extends CiviUnitTestCase {
       'id' => $result['id'],
     )));
   }
+
 }