tests/phpunit/** - Remove unnecessary "require_once" statements
[civicrm-core.git] / tests / phpunit / api / v3 / CustomFieldTest.php
index c38a06262d844230c3385e248eeaa4b50373c4a7..595e598fae53f72f43ae087febff9bdf1ed1d8b2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
-| CiviCRM version 4.6                                                |
+| CiviCRM version 4.7                                                |
 +--------------------------------------------------------------------+
 | Copyright CiviCRM LLC (c) 2004-2015                                |
 +--------------------------------------------------------------------+
 +--------------------------------------------------------------------+
  */
 
-/**
- *  Include class definitions
- */
-require_once 'tests/phpunit/CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_create_custom_group
  *
@@ -210,7 +204,6 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
   /*function testCustomFieldCreateExample( )
   {
 
-
   $customGroup = $this->customGroupCreate('Individual','date_test_group',3);
   require_once 'api/v3/examples/CustomField/Create.php';
   $result = custom_field_create_example();
@@ -281,7 +274,6 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
     $this->assertEquals($optionGroupID, 3);
   }
 
-
   /**
    * Test custom field get works & return param works
    */