tests/phpunit/** - Remove unnecessary "require_once" statements
[civicrm-core.git] / tests / phpunit / api / v3 / CustomFieldTest.php
index b860d7a64cd7fd5519cbb725b8247101ae080bdc..595e598fae53f72f43ae087febff9bdf1ed1d8b2 100644 (file)
 +--------------------------------------------------------------------+
  */
 
-/**
- *  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
    */