tests/phpunit/** - Remove unnecessary "require_once" statements
[civicrm-core.git] / tests / phpunit / api / v3 / GroupOrganizationTest.php
index db82caa584daff26c806263baa37ebcbb8aca1e3..72ab14687437ef3e2da2057ae54cc6fe93b0a6bc 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | 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';
-
+ */
 
 /**
  * Test class for GroupOrganization API - civicrm_group_organization_*
@@ -119,7 +116,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   ///////////////// civicrm_group_organization_create methods
 
   /**
-   * Check with valid params
+   * Check with valid params.
    */
   public function testGroupOrganizationCreate() {
     $params = array(
@@ -143,7 +140,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   }
 
   /**
-   * Check with empty params array
+   * Check with empty params array.
    */
   public function testGroupOrganizationCreateWithEmptyParams() {
     $params = array();
@@ -152,7 +149,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   }
 
   /**
-   * Check with invalid params
+   * Check with invalid params.
    */
   public function testGroupOrganizationCreateParamsNotArray() {
     $params = 'group_org';
@@ -161,7 +158,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   }
 
   /**
-   * Check with invalid params keys
+   * Check with invalid params keys.
    */
   public function testGroupOrganizationCreateWithInvalidKeys() {
     $params = array(
@@ -174,7 +171,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   ///////////////// civicrm_group_organization_remove methods
 
   /**
-   *  Test civicrm_group_organization_remove with params not an array.
+   * Test civicrm_group_organization_remove with params not an array.
    */
   public function testGroupOrganizationDeleteParamsNotArray() {
     $params = 'delete';
@@ -192,7 +189,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   }
 
   /**
-   *  Test civicrm_group_organization_remove with valid params.
+   * Test civicrm_group_organization_remove with valid params.
    */
   public function testGroupOrganizationDelete() {
     $paramsC = array(
@@ -208,7 +205,7 @@ class api_v3_GroupOrganizationTest extends CiviUnitTestCase {
   }
 
   /**
-   *  Test civicrm_group_organization_remove with invalid params key.
+   * Test civicrm_group_organization_remove with invalid params key.
    */
   public function testGroupOrganizationDeleteWithInvalidKey() {
     $paramsDelete = array(