Coding standards cleanup sprint.
[civicrm-core.git] / tests / phpunit / api / v3 / CRM11793Test.php
index fc94e968456c74bad2058ee57c588fb8f07d9833..8af6e8076bc0e150e4007dea6678555de04ad98a 100644 (file)
@@ -9,7 +9,7 @@ require_once 'CiviTest/CiviUnitTestCase.php';
 /**
  *  Test APIv3 civicrm_activity_* functions
  *
- *  @package   CiviCRM
+ * @package   CiviCRM
  */
 class api_v3_CRM11793Test extends CiviUnitTestCase {
 
@@ -47,6 +47,7 @@ class api_v3_CRM11793Test extends CiviUnitTestCase {
   public function testCRM11793Household() {
     $this->_testCRM11793ContactType('Household');
   }
+
   public function testCRM11793Individual() {
     $this->_testCRM11793ContactType('Individual');
   }
@@ -59,7 +60,7 @@ class api_v3_CRM11793Test extends CiviUnitTestCase {
       'contact',
       'get',
       array(
-        'contact_type' => $contactType
+        'contact_type' => $contactType,
       )
     );