tests/phpunit/** - Remove unnecessary "require_once" statements
authorTim Otten <totten@civicrm.org>
Fri, 29 Jan 2016 06:35:09 +0000 (22:35 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 04:56:23 +0000 (21:56 -0700)
Previous commit enabled autoloading for CiviTest classes.

263 files changed:
tests/phpunit/CRM/Activity/BAO/ActivityAssignmentTest.php
tests/phpunit/CRM/Activity/BAO/ActivityTargetTest.php
tests/phpunit/CRM/Activity/BAO/ActivityTest.php
tests/phpunit/CRM/Batch/Form/EntryTest.php
tests/phpunit/CRM/Bridge/OG/DrupalTest.php
tests/phpunit/CRM/Case/BAO/CaseTest.php
tests/phpunit/CRM/Case/BAO/CaseTypeTest.php
tests/phpunit/CRM/Case/BAO/QueryTest.php
tests/phpunit/CRM/Case/XMLRepositoryTest.php
tests/phpunit/CRM/Contact/BAO/ContactTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactSearchTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/ContactTypeTest.php
tests/phpunit/CRM/Contact/BAO/ContactType/RelationshipTest.php
tests/phpunit/CRM/Contact/BAO/GroupContactCacheTest.php
tests/phpunit/CRM/Contact/BAO/GroupContactTest.php
tests/phpunit/CRM/Contact/BAO/GroupTest.php
tests/phpunit/CRM/Contact/BAO/QueryTest.php
tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php
tests/phpunit/CRM/Contact/Form/Search/Custom/SampleTest.php
tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php
tests/phpunit/CRM/Contact/SelectorTest.php
tests/phpunit/CRM/Contribute/ActionMapping/ByTypeTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionPageTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php
tests/phpunit/CRM/Contribute/BAO/ContributionTypeTest.php
tests/phpunit/CRM/Contribute/BAO/ManagePremiumsTest.php
tests/phpunit/CRM/Contribute/Form/Contribution/MainTest.php
tests/phpunit/CRM/Contribute/Form/ContributionTest.php
tests/phpunit/CRM/Core/BAO/ActionScheduleTest.php
tests/phpunit/CRM/Core/BAO/AddressTest.php
tests/phpunit/CRM/Core/BAO/ConfigSettingTest.php
tests/phpunit/CRM/Core/BAO/CustomFieldTest.php
tests/phpunit/CRM/Core/BAO/CustomGroupTest.php
tests/phpunit/CRM/Core/BAO/CustomQueryTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableMultipleTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableSetGetTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTableTest.php
tests/phpunit/CRM/Core/BAO/CustomValueTest.php
tests/phpunit/CRM/Core/BAO/EmailTest.php
tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php
tests/phpunit/CRM/Core/BAO/IMTest.php
tests/phpunit/CRM/Core/BAO/LocationTest.php
tests/phpunit/CRM/Core/BAO/NavigationTest.php
tests/phpunit/CRM/Core/BAO/OpenIDTest.php
tests/phpunit/CRM/Core/BAO/PhoneTest.php
tests/phpunit/CRM/Core/BAO/PreferencesTest.php
tests/phpunit/CRM/Core/BAO/RecurringEntityTest.php
tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php
tests/phpunit/CRM/Core/BAO/SettingTest.php
tests/phpunit/CRM/Core/BAO/UFFieldTest.php
tests/phpunit/CRM/Core/CommunityMessagesTest.php
tests/phpunit/CRM/Core/Config/MailerTest.php
tests/phpunit/CRM/Core/DAO/AllCoreTablesTest.php
tests/phpunit/CRM/Core/DAOConformanceTest.php
tests/phpunit/CRM/Core/DAOTest.php
tests/phpunit/CRM/Core/ErrorTest.php
tests/phpunit/CRM/Core/FieldOptionsTest.php
tests/phpunit/CRM/Core/InnoDBIndexerTest.php
tests/phpunit/CRM/Core/JobManagerTest.php
tests/phpunit/CRM/Core/ManagedEntitiesTest.php
tests/phpunit/CRM/Core/MenuTest.php
tests/phpunit/CRM/Core/Page/AJAXTest.php
tests/phpunit/CRM/Core/Page/RedirectTest.php
tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php
tests/phpunit/CRM/Core/Payment/AuthorizeNetTest.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php
tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
tests/phpunit/CRM/Core/PaymentTest.php
tests/phpunit/CRM/Core/Permission/BaseTest.php
tests/phpunit/CRM/Core/Permission/GenericTest.php
tests/phpunit/CRM/Core/Permission/JoomlaTest.php
tests/phpunit/CRM/Core/PseudoConstantTest.php
tests/phpunit/CRM/Core/RegionTest.php
tests/phpunit/CRM/Core/Resources/StringsTest.php
tests/phpunit/CRM/Core/ResourcesTest.php
tests/phpunit/CRM/Core/Smarty/plugins/CrmScopeTest.php
tests/phpunit/CRM/Core/TransactionTest.php
tests/phpunit/CRM/Dedupe/DedupeFinderTest.php
tests/phpunit/CRM/Dedupe/MergerTest.php
tests/phpunit/CRM/Event/BAO/AdditionalPaymentTest.php
tests/phpunit/CRM/Event/BAO/ParticipantStatusTest.php
tests/phpunit/CRM/Event/BAO/ParticipantTest.php
tests/phpunit/CRM/Export/BAO/ExportTest.php
tests/phpunit/CRM/Extension/BrowserTest.php
tests/phpunit/CRM/Extension/Container/BasicTest.php
tests/phpunit/CRM/Extension/Container/CollectionTest.php
tests/phpunit/CRM/Extension/Container/StaticTest.php
tests/phpunit/CRM/Extension/InfoTest.php
tests/phpunit/CRM/Extension/Manager/ModuleTest.php
tests/phpunit/CRM/Extension/Manager/PaymentTest.php
tests/phpunit/CRM/Extension/Manager/ReportTest.php
tests/phpunit/CRM/Extension/Manager/SearchTest.php
tests/phpunit/CRM/Extension/ManagerTest.php
tests/phpunit/CRM/Extension/MapperTest.php
tests/phpunit/CRM/Financial/BAO/FinancialAccountTest.php
tests/phpunit/CRM/Financial/BAO/FinancialItemTest.php
tests/phpunit/CRM/Financial/BAO/FinancialTypeAccountTest.php
tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php
tests/phpunit/CRM/Financial/BAO/PaymentProcessorTypeTest.php
tests/phpunit/CRM/Financial/Page/AjaxBatchSummaryTest.php
tests/phpunit/CRM/Financial/Page/AjaxTest.php
tests/phpunit/CRM/Group/Page/AjaxTest.php
tests/phpunit/CRM/Mailing/BAO/QueryTest.php
tests/phpunit/CRM/Mailing/BAO/SpoolTest.php
tests/phpunit/CRM/Member/BAO/MembershipLogTest.php
tests/phpunit/CRM/Member/BAO/MembershipStatusTest.php
tests/phpunit/CRM/Member/BAO/MembershipTest.php
tests/phpunit/CRM/Member/BAO/MembershipTypeTest.php
tests/phpunit/CRM/Member/BAO/QueryTest.php
tests/phpunit/CRM/Member/Form/MembershipRenewalTest.php
tests/phpunit/CRM/Member/Form/MembershipTest.php
tests/phpunit/CRM/Member/Import/Parser/MembershipTest.php
tests/phpunit/CRM/PCP/BAO/PCPTest.php
tests/phpunit/CRM/Pledge/BAO/PledgeBlockTest.php
tests/phpunit/CRM/Pledge/BAO/PledgePaymentTest.php
tests/phpunit/CRM/Pledge/BAO/PledgeTest.php
tests/phpunit/CRM/Price/BAO/PriceSetTest.php
tests/phpunit/CRM/Queue/Queue/SqlTest.php
tests/phpunit/CRM/Queue/QueueTest.php
tests/phpunit/CRM/Queue/RunnerTest.php
tests/phpunit/CRM/UF/Page/ProfileEditorTest.php
tests/phpunit/CRM/Utils/API/MatchOptionTest.php
tests/phpunit/CRM/Utils/API/ReloadOptionTest.php
tests/phpunit/CRM/Utils/ArrayTest.php
tests/phpunit/CRM/Utils/AutoCleanTest.php
tests/phpunit/CRM/Utils/Cache/SqlGroupTest.php
tests/phpunit/CRM/Utils/DeprecatedUtilsTest.php
tests/phpunit/CRM/Utils/FileTest.php
tests/phpunit/CRM/Utils/GlobalStackTest.php
tests/phpunit/CRM/Utils/HTMLTest.php
tests/phpunit/CRM/Utils/HookTest.php
tests/phpunit/CRM/Utils/HtmlToTextTest.php
tests/phpunit/CRM/Utils/HttpClientTest.php
tests/phpunit/CRM/Utils/JSTest.php
tests/phpunit/CRM/Utils/MailTest.php
tests/phpunit/CRM/Utils/Migrate/ImportExportTest.php
tests/phpunit/CRM/Utils/NumberTest.php
tests/phpunit/CRM/Utils/QueryFormatterTest.php
tests/phpunit/CRM/Utils/RestTest.php
tests/phpunit/CRM/Utils/RuleTest.php
tests/phpunit/CRM/Utils/SQL/InsertTest.php
tests/phpunit/CRM/Utils/SQL/SelectTest.php
tests/phpunit/CRM/Utils/SignerTest.php
tests/phpunit/CRM/Utils/StringTest.php
tests/phpunit/CRM/Utils/SystemTest.php
tests/phpunit/CRM/Utils/TimeTest.php
tests/phpunit/CRM/Utils/TypeTest.php
tests/phpunit/CRM/Utils/ZipTest.php
tests/phpunit/CRM/Utils/versionCheckTest.php
tests/phpunit/Civi/API/KernelTest.php
tests/phpunit/Civi/API/RequestTest.php
tests/phpunit/Civi/API/Subscriber/DynamicFKAuthorizationTest.php
tests/phpunit/Civi/API/Subscriber/TransactionSubscriberTest.php
tests/phpunit/Civi/API/Subscriber/WhitelistSubscriberTest.php
tests/phpunit/Civi/ActionSchedule/AbstractMappingTest.php
tests/phpunit/Civi/Angular/ManagerTest.php
tests/phpunit/Civi/Core/ResolverTest.php
tests/phpunit/Civi/Core/SettingsManagerTest.php
tests/phpunit/Civi/Token/TokenProcessorTest.php
tests/phpunit/CiviTest/CiviCaseTestCase.php
tests/phpunit/CiviTest/CiviReportTestCase.php
tests/phpunit/WebTest/Utils/RedirectTest.php
tests/phpunit/api/v3/ACLCachingTest.php
tests/phpunit/api/v3/ACLPermissionTest.php
tests/phpunit/api/v3/APITest.php
tests/phpunit/api/v3/APIWrapperTest.php
tests/phpunit/api/v3/ActionScheduleTest.php
tests/phpunit/api/v3/ActivityContactTest.php
tests/phpunit/api/v3/ActivityTest.php
tests/phpunit/api/v3/ActivityTypeTest.php
tests/phpunit/api/v3/AddressTest.php
tests/phpunit/api/v3/AttachmentTest.php
tests/phpunit/api/v3/BatchTest.php
tests/phpunit/api/v3/CRM11793Test.php
tests/phpunit/api/v3/CampaignTest.php
tests/phpunit/api/v3/ConstantTest.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/ContactTypeTest.php
tests/phpunit/api/v3/ContributionPageTest.php
tests/phpunit/api/v3/ContributionRecurTest.php
tests/phpunit/api/v3/ContributionSoftTest.php
tests/phpunit/api/v3/ContributionTest.php
tests/phpunit/api/v3/CountryTest.php
tests/phpunit/api/v3/CustomFieldTest.php
tests/phpunit/api/v3/CustomGroupTest.php
tests/phpunit/api/v3/CustomSearchTest.php
tests/phpunit/api/v3/CustomValueContactTypeTest.php
tests/phpunit/api/v3/CustomValueTest.php
tests/phpunit/api/v3/DashboardContactTest.php
tests/phpunit/api/v3/DashboardTest.php
tests/phpunit/api/v3/DomainTest.php
tests/phpunit/api/v3/EmailTest.php
tests/phpunit/api/v3/EntityBatchTest.php
tests/phpunit/api/v3/EntityJoinTest.php
tests/phpunit/api/v3/EntityTagACLTest.php
tests/phpunit/api/v3/EntityTagTest.php
tests/phpunit/api/v3/EventTest.php
tests/phpunit/api/v3/GrantTest.php
tests/phpunit/api/v3/GroupContactTest.php
tests/phpunit/api/v3/GroupNestingTest.php
tests/phpunit/api/v3/GroupOrganizationTest.php
tests/phpunit/api/v3/GroupTest.php
tests/phpunit/api/v3/ImTest.php
tests/phpunit/api/v3/JobProcessMailingTest.php
tests/phpunit/api/v3/JobTest.php
tests/phpunit/api/v3/LineItemTest.php
tests/phpunit/api/v3/LocBlockTest.php
tests/phpunit/api/v3/MailSettingsTest.php
tests/phpunit/api/v3/MailingABTest.php
tests/phpunit/api/v3/MailingContactTest.php
tests/phpunit/api/v3/MailingGroupTest.php
tests/phpunit/api/v3/MailingTest.php
tests/phpunit/api/v3/MappingFieldTest.php
tests/phpunit/api/v3/MappingTest.php
tests/phpunit/api/v3/MembershipPaymentTest.php
tests/phpunit/api/v3/MembershipStatusTest.php
tests/phpunit/api/v3/MembershipTest.php
tests/phpunit/api/v3/MembershipTypeTest.php
tests/phpunit/api/v3/MessageTemplateTest.php
tests/phpunit/api/v3/NavigationTest.php
tests/phpunit/api/v3/NoteTest.php
tests/phpunit/api/v3/OpenIDTest.php
tests/phpunit/api/v3/OptionGroupTest.php
tests/phpunit/api/v3/OptionValueTest.php
tests/phpunit/api/v3/OrderTest.php
tests/phpunit/api/v3/ParticipantPaymentTest.php
tests/phpunit/api/v3/ParticipantStatusTypeTest.php
tests/phpunit/api/v3/ParticipantTest.php
tests/phpunit/api/v3/PaymentProcessorTest.php
tests/phpunit/api/v3/PaymentProcessorTypeTest.php
tests/phpunit/api/v3/PaymentTest.php
tests/phpunit/api/v3/PaymentTokenTest.php
tests/phpunit/api/v3/PhoneTest.php
tests/phpunit/api/v3/PledgePaymentTest.php
tests/phpunit/api/v3/PledgeTest.php
tests/phpunit/api/v3/PriceFieldTest.php
tests/phpunit/api/v3/PriceFieldValueTest.php
tests/phpunit/api/v3/PriceSetTest.php
tests/phpunit/api/v3/ProductTest.php
tests/phpunit/api/v3/ProfileTest.php
tests/phpunit/api/v3/RelationshipTest.php
tests/phpunit/api/v3/RelationshipTypeTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tests/phpunit/api/v3/SavedSearchTest.php
tests/phpunit/api/v3/SelectQueryTest.php
tests/phpunit/api/v3/SettingTest.php
tests/phpunit/api/v3/StatusPreferenceTest.php
tests/phpunit/api/v3/SurveyRespondantTest.php
tests/phpunit/api/v3/SurveyTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php
tests/phpunit/api/v3/SystemCheckTest.php
tests/phpunit/api/v3/SystemTest.php
tests/phpunit/api/v3/TagTest.php
tests/phpunit/api/v3/TaxContributionPageTest.php
tests/phpunit/api/v3/UFFieldTest.php
tests/phpunit/api/v3/UFGroupTest.php
tests/phpunit/api/v3/UFJoinTest.php
tests/phpunit/api/v3/UFMatchTest.php
tests/phpunit/api/v3/UserTest.php
tests/phpunit/api/v3/UtilsTest.php
tests/phpunit/api/v3/WebsiteTest.php

index d03b24688a60d470341a30f62a73e010a4d7df8b..af64403ee6fcc4e0029904bb842b77b058df03ff 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Activity_BAO_ActivityAssignment BAO
  *
index 3b4e5881ff09497e3b1cb0aa70c2d4e039a31f24..3f1d49dda25bc04438145c1744f3d606735591c9 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Activity_BAO_ActivityTarget BAO
  *
index d5f663a64485931ba4f066b1ca143c74052c6407..f689a502eedc0071ac2cbe5fcb3fec99e824a10d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index f9a7b44c97ba3448630af923da5df25056d2437b..ed86ec7559b5f87f2d91dceff4a1474e809b965f 100644 (file)
@@ -24,9 +24,6 @@
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test CRM/Member/BAO Membership Log add , delete functions
  *
index 6c14115420ac73f47fafb7c1862ad576cd425e8e..ad8ff14a118136fcf2000dd2254078fd0af17875 100644 (file)
@@ -31,7 +31,7 @@
 /**
  *  Include parent class definition
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'api/api.php';
 
 /**
index 66fd5fce6abce2d36e6d5047ccc19a16adc5f7e2..d6f4cd5675ae435955e12ee11af8bacc3ae179a6 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Case_BAO_CaseTest
index 46b4ea07754655db7e01d0a0dfe37eeb0def48fa..bd8d1e850c79d8d4a987e2ee77607d489c011cb2 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Case_BAO_CaseTypeTest
index e11f0b5ed7986bd9b05b900dbf5915ff9387ea9c..91cfc13afc684fb3f85c5e7fa30f76d2b605d06e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 /**
  *  Include dataProvider for tests
  */
index 8abb704c820e6c0f5a55f79e8b554f5f7b7774f6..ba53f46b36530b958404247de45df6171471f6a6 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Case_XMLRepositoryTest
  */
index 3637baae8fd590aab21a14d46719b567063e514c..347f8d5e0728adb71c0848e8c799faf479983d72 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
 
index f3630b9da6544f0b4716b36636687c793aa47d05..13c6c464ebfdc6921cc6a3b0d7f58cfcc6383545 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index 77a50ece781ceabac0192138f995fb19b8681dfb..77661d60fbb37dedecf61dbfd84a43cc7077df16 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Contact_BAO_ContactType_ContactTest
index fb5081a3a8120f02f742f77b9bb1bd0188717928..22e6642ce9107e2d2f5b3924b3700110b5bc2aee 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Contact_BAO_ContactType_ContactTypeTest
index c44c91fc98481714b746144e69c3cdf0409145d4..e089f08e294d81f27f170a179b049b9f35ad0018 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index b00febb3ba24d2c7293d3aa6f5b5e1d3dbd656b2..b49457e1e57d8fdfeaf2f234227fd31a3653bc29 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 
 /**
index 043035fe67f72729f6f9e51c97bd338c559c1f41..ecf19d76d8865628fc672d827b567068b2e3dd19 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 
 /**
index 3125da6f0922d669dccebcd902ba6b6725543ebd..5e0796b366febfc85f7ff27ee9b464d129e74225 100644 (file)
@@ -25,9 +25,6 @@
   +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Contact_BAO_Group BAO
  *
index fa989ae0ad695737f908567e588a7b931f05a78e..31a2c6090fdaff6b3aedc8abd946e042735c7221 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index a338bc7de6708d9fa0131e7f9d66492550392e1a..e2250fd3c07d9b86edd16816706dfff281652cad 100644 (file)
@@ -30,7 +30,7 @@
 /**
  *  Include parent class definition
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 
 /**
  *  Include class under test
index 8b72f3dde77d83eb7c0b8b1da0ac36aeb3bb0766..4f48bba03fbc9636c6b522f71b939683d7d138f8 100644 (file)
@@ -28,7 +28,6 @@
 /**
  *  Include parent class definition
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  *  Include class under test
index eb5c1a417ec42f45b83b16d44e388be9577f2767..d5e36831f5b257ee637f5594cf803f4cd688703e 100644 (file)
@@ -30,8 +30,6 @@
  * File for the CRM_Contact_Imports_Parser_ContactTest class.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test contact import parser.
  *
index 9be68b379aebb748ee69854dcf934b917315bf96..21394bec21200f62c1b01251f62a0493f41b5f36 100644 (file)
@@ -28,7 +28,6 @@
 /**
  *  Include parent class definition
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  *  Test contact custom search functions
index fa6513c3539053ee39c5940bf6cdfcb78b8434b0..9e22e3ad3bc19e8ab81de7d8cae49583ab896219 100644 (file)
@@ -25,8 +25,8 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
+/**
+ */
 class CRM_Contribute_ActionMapping_ByTypeTest extends \Civi\ActionSchedule\AbstractMappingTest {
 
   /**
index a1a6cb759c03713a070648e58be891dbfca229be..4c2942dc683c06ab9c912c979d03bbbdc72fd398 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/ContributionPage.php';
 require_once 'CiviTest/Custom.php';
index eda740de5ee4780947881a6b94c1c475a3ed59d3..7ee36b9aaa59c37337bd409294b101b082c564dd 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Contribute_BAO_ContributionRecurTest
  */
index 4061b0f7bc63a4a255360361edf9fbd0cd6f9aad..e830bd218c1c7dc385084a49e1f4a158f1c3c45e 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
 
index 7f76dc4e34a99d89b19dc36a80e7418dbf2f1bc4..c6128771471eda12f0ca48832919d20a91e7a2b5 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Contribute_BAO_ContributionTypeTest
  */
index b685b1fed6e84349bf92faff51f23e5e4e47233e..d0d089ca562a0890ce0631ce1e3e2a99a5db94f1 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Contribute_BAO_ManagePremiumsTest
  */
index cc59f2356e07bd5a9aa30c54b13996458327b25e..0341a64d0b1d159d331f8cfc44cee80658b5337f 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
index f83024e5b82800111e67809c5ee2d1ee6b724d0e..3b5a8b7dcc3389dacee2be68de5cd5cfcf458fb8 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
@@ -663,7 +659,6 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase {
     $this->assertEquals(45, $lineItem['line_total']);
   }
 
-
   /**
    * Get parameters for credit card submit calls.
    *
index c33d9eb3dbb2ac7572ba44394d4f91b400d72600..ba74c872e8fff02eed39e73832f0201b042d6860 100755 (executable)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_BAO_ActionScheduleTest
  */
index 18b917b5bca87aac5093d32b7dd1e2aa0e0d0108..26c408916cb94f6b06a021422ecd62760b97bb28 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-
 /**
  * Class CRM_Core_BAO_AddressTest
  */
index 1768db1515163a04a20d9bc145f6f0f024c28927..5b3f9052705ace42d191f39efa982bc03e3374b5 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CiviReportTestCase
  */
index f808556692183312091adac7813280ee3da7a12c..89868f69d1fbec077e7d5695104897bdbc3c83f8 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 require_once 'CiviTest/Custom.php';
 
@@ -85,7 +85,6 @@ class CRM_Core_BAO_CustomFieldTest extends CiviUnitTestCase {
     Custom::deleteGroup($customGroup);
   }
 
-
   public function testGetFields() {
     $customGroup = Custom::createGroup(array(), 'Individual');
     $fields = array(
index 175dc6c89b71cd57f2f749ad303d1985c469e0be..1c23b7dba1d06fa304108574e3079391d9ecad40 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
-
 /**
  * Class CRM_Core_BAO_CustomGroupTest
  */
index bafecd7d1a76bae4bcb911d43fe50d3466334a7a..05f0f42b82181d68c140d102d6896042d523a042 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 /**
  *  Include dataProvider for tests
  */
index 4090313dc9a1a1908a5a3fd3eca000d3a709373c..5a43dcb13c1967f148a18380486907f59ecf6081 100644 (file)
@@ -1,9 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
-
 /**
  * Class CRM_Core_BAO_CustomValueTableMultipleTest
  */
index 52d32a2c6284e17d3f6100736d9f7e7645f526cc..a2e3dd4a00e92950b28f62aa05619f7a3c9ded3a 100644 (file)
@@ -1,7 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
 
 /**
  * Class CRM_Core_BAO_CustomValueTableSetGetTest
index 08d7953ad9a54e50c98ad3cad8e795af29e6f062..8ccc74a9f195bc93159bfe2fedbe4f6b321a0b6a 100644 (file)
@@ -1,7 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
 
 /**
  * Class CRM_Core_BAO_CustomValueTableTest
index 80a626c207236b73b4bc5bc01af44b71e252771b..f30d52a8e14f96c89d0e1f0ef089c158b23b47b2 100644 (file)
@@ -31,9 +31,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Custom.php';
-
 /**
  * Class CRM_Core_BAO_CustomValueTest
  */
index 43e534aad56b9c60d97671badb82e44aeb8476d1..5eaf3ba9ab974d5dbd39b24d751ba9de8a96ea73 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index b36858bba8cbf34e932f260c24b0c3cf70dd9f16..cd60b6b42f1fd7f7f39a526bf8394e8a86f2da45 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_BAO_FinancialTrxnTest
  */
index 43d20a013e842e1ebe6bd5263dc629e03f11eef9..ac79a402269512293bbe3cce4ed99d0f7741cc8e 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
 
 /**
  * Class CRM_Core_BAO_IMTest
index 3bc3da7e3786f225a14b10d10d397214c384d4f3..6033fbb1cc05360e157cd5b774ed1362f59ea398 100644 (file)
  *
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Event.php';
-
 /**
  * Class CRM_Core_BAO_LocationTest
  */
index cf47eeedc18abcf198d378c6dc2abb55bc7d4ef1..c4383a98400b14cead793e7f95026248cc56325f 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Core_BAO_NavigationTest.
index d8670020a40a7675c0f552fafc3530e04d453b4b..561e3eefab8c8ab7f9d3f44e2e4ef079a0aad597 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index 724e950ffbb9d58e9d37543bbc4813bc96e99c49..ab6d96b2cf873564b8e83752714ff291ebd7a3af 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
-require_once 'CiviTest/Event.php';
-
 /**
  * Class CRM_Core_BAO_PhoneTest
  */
index 98e3758d5a41a8520b3a13f6020f679bc06bc35b..26a6879ea10aa2c17b4de7dd06a09bf9bd4541b9 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_BAO_PreferencesTest
  */
index f2b04b9a1cc09505466a10aa8499969ddb0db6e1..48af3e92a12280c4f66f82f6d264628c762149b7 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CRM/Core/BAO/RecurringEntity.php';
-
 /**
  * Class CRM_Core_BAO_RecurringEntityTest
  */
index 3e5403582d03156936bc3240339345e069422fbe..c830b7f68a9742f81aaa62165cede0d0c2f5154c 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_BAO_SchemaHandlerTest.
  */
index aeb3a040fac6b118d9457653f93ff59059f90f1e..719ea2bb56973e1940872e9c403f79b890633b93 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_BAO_SettingTest
  */
index 360199a90bf476f21d677e40cd1f1bbbaeb0c30e..e0c95050c3f9048aa80434b5f9f3cdc30431fa6e 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
 
 /**
  * Class CRM_Core_BAO_UFFieldTest
index 9ce22cd6d63ba9f861ba49bcf9240fa45700386f..4c44cc5b1ec5886f33c8f314d0f4052592c585f6 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_CommunityMessagesTest
  */
index a7173c357d5fb33963ffa412eaf11010aab6d99f..3e30a245fc3559768f9bfb1eea331104cf06eeab 100644 (file)
@@ -33,8 +33,6 @@
  *
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Config_MailerTest
  */
index 325a35c465600dafb9f824b3c640b085f6f7122a..d3b47005677d0bc7a05fc04d8df04685ea20d05c 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_DAO_AllCoreTablesTest
  */
index 6c9b896982fd2142a8bfd069c26479d7b90cb36e..942bf7087238a5ac82c03c65a01f500684fc8131 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class for testing new DAO meet required standards.
  *
index fd4cce327c0610a3d446ac9578247942a33e541e..9fae687224bf05397c0a614507b5812f36f216c7 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_DAOTest
  */
@@ -142,13 +140,15 @@ class CRM_Core_DAOTest extends CiviUnitTestCase {
     $this->assertEquals($expectSql, $actualSql);
   }
 
-  // CASE: Two params where the %2 is already present in the query
-  // NOTE: This case should rightly FAIL, as using strstr in the replace mechanism will turn
-  // the query into: SELECT * FROM whatever WHERE name = 'Alice' AND title = 'Bob' AND year LIKE ''Bob'012'
-  // So, to avoid such ERROR, the query should be framed like:
-  // 'SELECT * FROM whatever WHERE name = %1 AND title = %3 AND year LIKE '%2012'
-  // $params[3] = array('Bob', 'String');
-  // i.e. the place holder should be unique and should not contain in any other operational use in query
+  /**
+   * CASE: Two params where the %2 is already present in the query
+   * NOTE: This case should rightly FAIL, as using strstr in the replace mechanism will turn
+   * the query into: SELECT * FROM whatever WHERE name = 'Alice' AND title = 'Bob' AND year LIKE ''Bob'012'
+   * So, to avoid such ERROR, the query should be framed like:
+   * 'SELECT * FROM whatever WHERE name = %1 AND title = %3 AND year LIKE '%2012'
+   * $params[3] = array('Bob', 'String');
+   * i.e. the place holder should be unique and should not contain in any other operational use in query
+   */
   public function testComposeQueryFailure() {
     $cases[] = array(
       'SELECT * FROM whatever WHERE name = %1 AND title = %2 AND year LIKE \'%2012\' ',
@@ -173,25 +173,25 @@ class CRM_Core_DAOTest extends CiviUnitTestCase {
         'this is an even longer string which is exactly 60 character',
         60,
         FALSE,
-        'this is an even longer string which is exactly 60 character'
+        'this is an even longer string which is exactly 60 character',
       ),
       array(
         'this is an even longer string which is exactly 60 character',
         60,
         TRUE,
-        'this is an even longer string which is exactly 60 character'
+        'this is an even longer string which is exactly 60 character',
       ),
       array(
         'this is an even longer string which is a bit more than 60 character',
         60,
         FALSE,
-        'this is an even longer string which is a bit more than 60 ch'
+        'this is an even longer string which is a bit more than 60 ch',
       ),
       array(
         'this is an even longer string which is a bit more than 60 character',
         60,
         TRUE,
-        'this is an even longer string which is a bit more th_c1cbd519'
+        'this is an even longer string which is a bit more th_c1cbd519',
       ),
     );
   }
@@ -223,4 +223,5 @@ class CRM_Core_DAOTest extends CiviUnitTestCase {
     }
     $this->assertTrue($exception_thrown);
   }
+
 }
index cf61d9ed132da65a7aa1278a4483391bda75d70c..a1e96f4bab5f174696805bce72ccdb4260a27c93 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for linking to resource files
  */
index cfb39739ddb7fe5f85c4be2d4c4c08c3393cc039..ca3405dcdb585893030ee397f5322bea197b9849 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for field options
  */
index 8db28afb1bd8f074527ddcc858edd34fac7157c7..b3439d363a2051472715c4e12ce4a9753994fc2d 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_InnoDBIndexerTest
  */
index fe75e780f3855d043962ca3c9748f4602d9c07ae..f5ddf5ee06c7d5c5f7921f01e545844defae37a3 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Core_JobManagerTest
index 4977a05e8a5d802dd7e717db43496f6e533c7375..74aa785de7fcb02689217e3bedc690638ab9d127 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_ManagedEntitiesTest
  */
index 8be75f956ffb5f91bda4b0a363e6bf5a5409c810..b65519a9bcffbfd96343cc4b9c0866bd3bb286cf 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_MenuTest
  */
index 56d221ffb11b895a2fbd42a205b7c08d6aac1ce9..8c231b5dfe12e78c0a55c446f022563f1789fda2 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Page_AJAXTest
  */
index a5f1866808aca9b09eefa3abe25e96f3b8161810..2f903a7d39be41d1d91f983fdf1182096fbe0f1d 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Page_RedirectTest
  */
index 964270c9650d3b20da8d9def4e44172b230ce766..9816c1db16ad5a43734e30bc172243ee6f2803ca 100644 (file)
@@ -1,8 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
 /**
  * Class CRM_Core_Payment_PayPalProIPNTest
  */
index 5a6369226f0d285579c34a37e19553ba0714df79..226c018b9951755e071014145a888e49e9ebbbc0 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Payment_AuthorizeNetTest
  */
index 6dcfcd12dca4cbb8d1bbe532c389f9ea7502b87f..ee0bf8f5839d21e5e6c4c8ec191604f4c0163e50 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Payment_BaseIPNTest
  */
index f65b86c00dd860ca4e9bbee293f4fa22e6d4622d..a448841b4e82b64ad6c8d42f0d43118b81cc4b8d 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Payment_PayPalProIPNTest
  */
index b30c47afa98b14556414ea4c0796a77fdae05c2b..49f7e3b9a3fabd6c18ea5af1b413c9f8e413790c 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_PaymentTest
  */
index 6d954a22551aca91594600050fca4fc1b1e3a018..e62b9c8f96591fa68ec860039b26a760b6facdf7 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Permission_BaseTest
  */
index f7e6f151c722a3968fc2746cc87d2b1bae9e9876..27ffb1abf2e7746b7484017c2af14c3134eeaa45 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Permission_GenericTest
  */
index 48ae8939b4c2677297097402d386887d70e9c7ce..a32076c466ad174ba72499af24e6691e41ba27fe 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Permission_JoomlaTest
  */
index 7cd2094ab5cfb6d80e8df7b2b1eccb269dfc7c76..4cd2dc58066a4b35757a548e18765b7325a0a839 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for pseudoconstant retrieval
  */
index 2413063eebe23822e7bd4efd7ccff4ad503d1cb4..28d6b968efcc9a700e7338eb7d7d7a18f2ba3da6 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_RegionTest
  */
index b108814584fcdfb995e32ab5f39bde046f6a3848..99c815c2ed8b5764fd21408cb2fa20a8d758fcae 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for parsing translatable strings in HTML content.
  */
index 54c98db07ff27b3cd428924283e5b059257f340d..40dfad93f533583798c708f33248a17050e4c369 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for linking to resource files
  */
index 83155d3b87ae2874c003e1e8fc211b9883431e77..d39847d29e316edb259c7f3ccf3afee190a130f8 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Core_Smarty_plugins_CrmScopeTest
  */
index f383dd450beec2d5242eda44894a864e95f4e522..662ffeeae025689617bb192adcc536c86e06ee74 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Core_TransactionTest
index 48369babc84104894f134fca11bf1d8d4831969b..782ff78215759dae9f41134cf20c9df29ca58813 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 require_once 'CiviTest/Contact.php';
 
 /**
index 349ae3c2056332dea5fb11a50f9c8d8b1d82bd77..48d1a2502fb50393865292a6120b66707d2f5dbf 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
 
 /**
  * Class CRM_Dedupe_DedupeMergerTest
index fd27ea81b44bc38f5ab5b86d78700906d2518807..00697b7136cbcdc3df1aee6f8ebd573b86ce3374 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Event.php';
-require_once 'CiviTest/Participant.php';
-
 /**
  * Class CRM_Event_BAO_AdditionalPaymentTest
  */
index 51bc4513a50887e54a30d69a298a948c184eb4d2..e6bad8479130eae658346da311fc80d4159b5714 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Event_BAO_ParticipantStatus BAO
  *
index 32d41e51908ac2ad737fca284df34a127f4043a2..ec4aa74ef9b3bad6719d121b6ff9b891f3a7455d 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Event.php';
-require_once 'CiviTest/Participant.php';
-
 /**
  * Class CRM_Event_BAO_ParticipantTest
  */
index fd4bcaff6349c2bd421a47865c0984c211ef6684..63e980f01c1a508e4d7a8371d966db733d93f657 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Core_DAOTest
index e739aa92bbb10a628b02762b473f9bdb6df37c78..bb9838646abd63b82096553b2bb9bce819b851be 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_BrowserTest
  */
index a568a600b46d6544759dc6704bfac7c1c4b41a4d..ed0eeae02192884a913e4445ef15856c1cb64577 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_Container_BasicTest
  */
index e89a785f8afac0a34c4bac33ce8b3dfea4e3ba02..cccdb07c6e77acdf86eea52010ebe00555fe296a 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Extension_Container_CollectionTest
index 3a6bc1a19676b119261618709da76553b499f6b3..1bfbe7906561990797fef0d1d57fa8c4c3a61b3c 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_Container_StaticTest
  */
index 7960c9b06646c6b329f6066534964cae46bc2d92..f2d11bec3d29a0bc579f2590913a84d86b78d845 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_InfoTest
  */
index c8341b9be097866851ad58a259e6dab82458df7c..4bf97a006dead79a99ff191ebe208429e02aead4 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_Manager_ModuleTest
  */
index 736da03d463c839fa4087d5e4465323c97120ee2..c36a70ab7ab5f1034a933af54e84b3c96768809c 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Extension_Manager_PaymentTest
index e584b0cc41d4952fc380f1135b0e21d568118c81..8a6e0ffc0132a1f3d774fd1d4d559995dc4eba17 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_Manager_ReportTest
  */
index c7594091d8704a5ec52fea16da9de33d7829ccc7..8282d94a8c24e40a4ca1fae3e80ae7d9b3d81454 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_Manager_SearchTest
  */
index c0a4e0c4bc13e77f97a73608e516c3b1a7ebb47b..7250a1396e3be2502bde025ffaaf2272c3c6d342 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Extension_ManagerTest
index c6cd4966c4288eea0a4bae97d557bffbace707a9..ffc3dedbf86fcc35e3e153ede3a1fd9ec4b7e47e 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Extension_MapperTest
  */
index de6597226a0ca76de1843f602f17b9c9f12b3362..f42e92752f4a81edf2d7a19de61be9fcff630306 100644 (file)
@@ -24,7 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Financial_BAO_FinancialAccountTest
index 9dafdf82143b5adad91c3e09eecf3ae7919054bd..ce0608fe75b7128115abef8bde1d7d79a553ad67 100755 (executable)
@@ -24,9 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CRM/Financial/DAO/FinancialAccount.php';
-require_once 'CRM/Financial/BAO/FinancialAccount.php';
 
 /**
  * Class CRM_Financial_BAO_FinancialItemTest
index 9141696d278ee9d6cc0ae01c3aba349fddad7c41..44ca628c54cf102e33f3ee8b049ca2ad40d5dc8e 100755 (executable)
@@ -24,7 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Financial_BAO_FinancialTypeAccountTest
index 9e4b8eb4fe10a979732abca62de972439d164e22..4deaa447315cb970a49142ee0422b755c04a2963 100755 (executable)
@@ -24,7 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Financial_BAO_FinancialTypeTest
index 336a446700b27b3effcf472f2b227c096874889b..2efc59cefa7447805490661337e05cb36325c3f8 100755 (executable)
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CRM/Financial/DAO/FinancialAccount.php';
-require_once 'CRM/Financial/BAO/FinancialAccount.php';
-require_once 'CRM/Financial/BAO/FinancialTypeAccount.php';
 
 /**
  * Class CRM_Financial_BAO_PaymentProcessorTypeTest
index 71442cfe79da47802676107b78640aff170063cc..b1795acc482265fd75c150d0c67618f5817ebdb7 100644 (file)
@@ -24,7 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Test for CRM_Financial_Page_Ajax class.
index 2fa647885ea7e6e2060ef92b28d5b41402829ec3..a4385af388f4a75b33e3292d6368189c66e11588 100644 (file)
@@ -24,7 +24,6 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Test for CRM_Financial_Page_Ajax class.
index 6d5dc350d29ade4e4944bcaa24be80282ea68f94..db2862f9f24d8db2b7709b0becd3b16738cb6bc7 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Group_Page_AjaxTest
index 64079157d6d69610c490286fef83c3afd5a316ea..3bc145630810ee2189d2111bf49b26d3abe6db9c 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
 
 /**
  *  Include dataProvider for tests
index 7dfd0ab9de16084e005d0e3fbbcb50e92b86d759..c0e2791bdf8082a7301d1fa8ee108cde51924d75 100644 (file)
@@ -1,6 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
 
 /*
  * @see also WebTest_Mailing_SpoolTest
@@ -25,7 +23,6 @@ class CRM_Mailing_BAO_SpoolTest extends CiviUnitTestCase {
     parent::tearDown();
   }
 
-
   /**
    * Basic send.
    */
index 48bd55647b81711ed65367e7884555ae9132ce36..6b58acc8025e48c7deaf9e69c423580a5d36ed14 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Membership.php';
-
 /**
  *  Test CRM/Member/BAO Membership Log add , delete functions
  *
index b5242a18bd67117ce148b85648839e00aadc8812..00ce862bfd60d7fb8c2e6595bebf9da18692fee9 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Member_BAO_MembershipStatusTest
  */
index 3b20b5b904cedeae62f9f9290df2c33984c0727d..f833b33f74badcf70e3c7ebfb3c13b6bdd13bcfd 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Custom.php';
-require_once 'CiviTest/ContributionPage.php';
-require_once 'CiviTest/Membership.php';
-require_once 'CRM/Core/Controller.php';
-
 /**
  * Class CRM_Member_BAO_MembershipTest
  */
index 65b374d1aac6aa02be5f3b8be8a38d1e641393dc..dd1d3319d8c43e4e32bbe46ff7b575213819aa2e 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Member_BAO_MembershipTypeTest
  */
index 84a5270e913eaae4ca73de00d81702880ba32297..34300892ee665aa2d25e46331f7cb4c6de90c441 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 /**
  *  Include dataProvider for tests
  */
index 006a3008ab2694a7d142f51b6684aac6edee8344..25dc95fb16caf2791cdefef66f9380e9e3bc46bc 100644 (file)
  * @author Walt Haas <walt@dharmatech.org> (801) 534-1262
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-require_once 'HTML/QuickForm/Page.php';
-
 /**
  *  Test CRM_Member_Form_Membership functions.
  *
index 242cb48cffcd2a83623f25d9c5ba9301b019e9cc..903ac74f9c0e3e709c705b1240a4d0274c136864 100644 (file)
  * @author Walt Haas <walt@dharmatech.org> (801) 534-1262
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
-require_once 'HTML/QuickForm/Page.php';
-
 /**
  *  Test CRM_Member_Form_Membership functions.
  *
index 3d3f7f8a478eb4d21d271b7a0f8b01021874e966..8f67a33a14a0c42493724bdc8777beb237b8630b 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-require_once 'CiviTest/Membership.php';
-
 /**
  *  Test CRM/Member/BAO Membership Log add , delete functions
  *
index 7674748d256b429d825126bc59e04627c3958278..ba2e4f3c3be5e050951be2e19157028df28987c0 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_PCP_BAO_PCPTest BAO
  *
index 292df8ccda3450bdd44313a2476fff464d2647d0..889b5f115567e04d2bd295c9245e50665dea96f7 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/ContributionPage.php';
-
 /**
  * Test class for CRM_Pledge_BAO_PledgeBlock BAO
  *
index 91d1e4b6af0a50ed3151204d8dd335647223f426..019a36ba5034fda08c9c037b4dc9609a7d649655 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Pledge_BAO_PledgePayment BAO
  *
index a4e0646a0112f159540f71e9c888103b8e2f0ade..2dcf9b2d5046c9ac2919efc9c2f86cbaa6f9ab29 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/Contact.php';
-
 /**
  * Test class for CRM_Pledge_BAO_Pledge BAO
  *
index b751056ae3a5e0821d6ca24cfcd8b5a2109cf985..d03c7173b09ba2cc803fc621c08b19aecf36bfa7 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for CRM_Price_BAO_PriceSet.
  */
index f93414d6033f0e4b8092a6f528e348446d138a72..f46cf7eac257bda9a3cecacaefa9188e5c8f9c37 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Ensure that the extended interface for SQL-backed queues
  * work. For example, the createItem() interface supports
index 09c9c5c900a4422b9ec5966c6aa50bfa8fae05ee..8a79b16e007be7f784851edcc8ed20b9f0c11583 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Ensure that various queue implementations comply with the interface
  */
index 6394d2ac134c404228e451aba63bfcc84acdacc1..b2053012788cdcf30e7adef149c23d06101e9684 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Ensure that various queue implementations comply with the interface
  */
index 353646874aac6bf3bf3eae6f7b94fadd0171a9f9..38d16f1d616906ece85a05982fa3b4eab4908b9a 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_UF_Page_ProfileEditorTest
index ea9e52578f5ed6c3f56b6e3b1d071ceffbfbdcad..058a8cc0bca205b8f17adb76c860962bacc68286 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test that the API accepts the 'match' and 'match-mandatory' options.
  */
index 45d0b5ef2f3a0df4dcc512930b3a22470e6f5316..f662981f402ee54304fb1c61a339fd7236be51e2 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test that the API accepts the 'reload' option.
  *
index 7d21674de7fa6338aebc31fe45ca572e90cfd9cd..32923dd2f4ab6b4b8b36895f4a157b9cc9750c2c 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_ArrayTest
index f4ffcd07d2cfe37ea1d0d53b7ef44c3b69bccb22..7128312f5b6a3c83931ab2212999ad24c29ab70e 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_AutoCleanTest
  */
index 47bfd0d7b24fdfdc4985cc3cb1d0cebb5f7df8f6..aa00d41c5508dbf0ac6ecdf143e4495219e0bfaa 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_Cache_SqlGroupTest
  */
index f1d5e348cdea7451f3b161151d96c196b0bf9eee..eaa419743d978ec67b75a17ef0cf1ab1c03efac0 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CRM/Utils/DeprecatedUtils.php';
 
 /**
index c50345ae107d2150a7500b659c4777bcd273db7f..35f33dcd4b1a223c24dc3ddcb0a94b28c0fddb87 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_FileTest
index 1b4a9c5b3c2378bdb1df39efafd2e1fd5f08eab5..3c01c155f20095bd78f4421b790c06046eb154d8 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_GlobalStackTest
  */
index fd80e964a0960659515ac2a389eed229fb5a2074..ba4c43771018eb506a5e9e8ebcb54f12201b5600 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for parsing translatable strings in HTML content.
  */
index afe8ed133374215aa336f7dfe5ffbfa87118eafc..f5da4f56d7c334e51a77c669be47bb0b74aa558c 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_HookTest
index 2e47bd1fb31418dddb68f0ba64fa24ea64eda205..0233c35acf713bfe9bb4b60581090301a091740e 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_HtmlToTextTest
  */
index 8958f2f2c4ef4c66e71933351f327b1f822b775d..53327b03ce5fb4e15ca311be95f09ace17ab79b4 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_HttpClientTest
index a1b2e85f68672a7c38eb08091380548e9e65eb40..1e7471672dea6408f5882d089b020a7ae71d6f96 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Tests for linking to resource files
  */
index 4eda414c2e64a7dff1c8a453b5e39af67e99e126..6a7627685cd8755c40186a8e6af225261cef732f 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_MailTest
index f448598500d124790513b0d8abfe888b9afc6078..2d195e2a73a130b3d509234eccc496e25c648705 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_Migrate_ImportExportTest
index b742d0389e6ae5026c0c15e304a3aea130277b72..fb0fef14550f4da362530bc0ba9740d1280ff33a 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_NumberTest
index b57308c2390ab6115458f1c494b4389f11089aaa..dd3ad34900c9296a406d1f106eeb8474268489d9 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_QueryFormatterTest
  */
index 55ee7784de92a896376c5637a18865c442864604..8ebbeee881721440e8c8fd63c7a5bcc2fb9e4e68 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_RestTest
index d3be0ee46c0af070f5807283179ee2b84b7c4c54..f2ea23ef01f7dcd358ad34550c5202dabc40f800 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_RuleTest
  */
index 83a2c7c409d63a1225b22e345a7d0dc51cb9cb17..7f21394478b2e3d71c28c6d2ec7b16c30af77776 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_SQL_SelectTest
index ecdc6abf9f98817b0736a9db1e9f4c0bd0ebd97e..3c16690ee03b5b791cc6f3603cb3b3a72e63e36b 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_SQL_SelectTest
index cf9f9706538e4e27a222d151f6d4a9b82b70ab82..8211e3e65fa458673e7ffd42b2256aaed74c8852 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_SignerTest
index bd71876df004a873cc51c9f626a079043dabc71b..23a9a41461ab46c020b3266ab7a37139da2d68c8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_StringTest
index 64c6fe0fab28734981fe1cceab08fb7a5dd8bc43..5c985b88015b123ed8251977371cc93865e05edc 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_SystemTest
  */
index dd42564094b082ecf9ab3a07d36c0dfe5bfa8dc0..27d938fce9d2a1d756bb118213a3dfa522ec7dd1 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_TimeTest
  */
index e9235565cc67663419292cbec07e8a17d1f3898e..c24a3085de1681ee5a1be1cf83bb2fd692d4cd2a 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_TypeTest
  */
index 07481cbc7bcdc9c96b9631cf0f01a4e67f65fe7f..12d61cf1430a2422972d9d8bfceaef14bebe574d 100644 (file)
@@ -24,7 +24,6 @@
 | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
 +--------------------------------------------------------------------+
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class CRM_Utils_ZipTest
index 239e98766d0d5cae10cbab6fba71ed7cde943089..98d127e32a37e6d9a761cec7ffd79ff651c6f0f1 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CRM_Utils_versionCheckTest
  */
index cb8f4e5ecdc091b0989a0253825ad47acbfc0a22..89b792fcc921948d951701dfc4d5e50591f9b546 100644 (file)
@@ -3,8 +3,6 @@ namespace Civi\API;
 
 use \Symfony\Component\EventDispatcher\EventDispatcher;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  */
 class KernelTest extends \CiviUnitTestCase {
index 6768d6885c0d6dcc3b3a0455e1cb200b6fff3f3d..42fdaee79f1f7b27431db5090cb44e6b98cab4d6 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace Civi\API;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  */
 class RequestTest extends \CiviUnitTestCase {
index fbbe190e05b4a3f0aff3f2d9b5edabc97975fa04..df0b5becf50062563aafe351fcdfddfbd54a3890 100644 (file)
@@ -4,8 +4,6 @@ namespace Civi\API\Subscriber;
 use \Civi\API\Kernel;
 use \Symfony\Component\EventDispatcher\EventDispatcher;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  */
 class DynamicFKAuthorizationTest extends \CiviUnitTestCase {
index 5e73953dabcb0f7019391d851d0cae88d3aa90b4..5fb9a392a901bdfb02a41d82c428f85eaf044db2 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace Civi\API\Subscriber;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  */
 class TransactionSubscriberTest extends \CiviUnitTestCase {
index bbc8b9102798086bb8b371aeccbaee365b8f0b8d..0990da79e18a1a46aaa995e309ba4467a2545387 100755 (executable)
@@ -5,8 +5,6 @@ use Civi\API\Kernel;
 use Civi\API\WhitelistRule;
 use Symfony\Component\EventDispatcher\EventDispatcher;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * The WhitelistSubscriber enforces security policies
  * based on API whitelists. This test combines a number
index 5835e95758b237820a2ca84f8e1cc7cb4bb2cc39..55e0e9fc557ed8fdc425b06e3c44e6f7ed9ab5e3 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace Civi\ActionSchedule;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * The AbstractMappingTest is a base class which can help define new
  * tests for ActionMappings. Concrete classes should implement a few
index 271fdc1ca86658da2928dd083c8105d35cc6e8d4..e17e6285f2f3bcceb9ffa1a0801bd579dae8829a 100644 (file)
@@ -27,8 +27,6 @@
 
 namespace Civi\Angular;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test the Angular base page.
  */
index 6e8f0d7fa7f670d8dacf6a5854c9384aeed97db0..4c0466a2b5304d1cdab134655e6f2c33f5eeb440 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 
 namespace Civi\Core {
-  require_once 'CiviTest/CiviUnitTestCase.php';
 
   /**
    * Class ResolverTest
index b92f59719769d18afc658bb346bfecfbc160f6b9..f4c305665c74bd0bfbcaa4ad53104423beac1da1 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace Civi\Core;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 class SettingsManagerTest extends \CiviUnitTestCase {
 
   protected $domainDefaults;
index 6ddf64d85021206e4b004b87e1ef2de451c7f935..362c465a1740eebab2ff924664b9ce5224e2e120 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace Civi\Token;
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 use Civi\Token\Event\TokenRegisterEvent;
 use Civi\Token\Event\TokenValueEvent;
 use Symfony\Component\EventDispatcher\EventDispatcher;
index 3d14d4c68618f55bdaaf7afcc583b2033176a36a..75648599ca7ffa8deaa6f58128d644da3e7c9cb2 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CiviReportTestCase
  */
index c36e3881f08bbb2d6666f9f1aa51443b0ec0f810..cc7db9bdb1a46bada9913564e8e06ffa38ab8166 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class CiviReportTestCase
  */
index c96c98f1f90a5e755981dc7560d6ab3eec706d80..a44e4fdcbfd57955556def9e1ed299a05267cb6c 100644 (file)
@@ -40,15 +40,6 @@ class WebTest_Utils_RedirectTest extends PHPUnit_Framework_TestCase {
     parent::__construct($name);
 
     // TODO: Just use $GLOBALS['_CV'] and don't bother with CiviSeleniumSettings.
-    if (!empty($GLOBALS['_CV'])) {
-      require_once 'CiviTest/CiviSeleniumSettings.auto.php';
-    }
-    elseif (CRM_Utils_File::isIncludable('CiviTest/CiviSeleniumSettings.php')) {
-      require_once 'CiviTest/CiviSeleniumSettings.php';
-    }
-    else {
-      throw new RuntimeException("Cannot initialize Selenium test. Please setup CiviSeleniumSettings.php or configure \"cv\".");
-    }
     $this->settings = new CiviSeleniumSettings();
     if (property_exists($this->settings, 'serverStartupTimeOut') && $this->settings->serverStartupTimeOut) {
       global $CiviSeleniumTestCase_polled;
index d34dbaa56866e8251df1f315ea72d354ded6f6a6..cbf005bfc58f31d30554c01f5e9c82ba06615d0e 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * This class is intended to test ACL permission using the multisite module
  *
index 42a32aa7e408de2f2c570c463a81b33bb97ddeb5..b79142ba2bfa50477fde759be96974f6fe57416f 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * This class is intended to test ACL permission using the multisite module
  *
index f147d788a1732d24e3074b04e04e944e3916e857..e75201cddc628578c6a6f6832351ab2b648bcc42 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for API functions.
  *
index 46874bd186395a9d86ff1c6c17777a824d60342a..e8030e94b72c2f6b2f75b3fc807c62f8d81885b6 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'api/Wrapper.php';
 
 /**
index 29973732b5dcdd25f7ffd33d64338398013a5a9e..58e3b9793bd29bea357b1011c9e1273e2c16754f 100644 (file)
@@ -23,8 +23,6 @@
 /**
  *  Include class definitions
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 
 /**
  *  Test APIv3 civicrm_action_schedule functions
index 6e3350126d39b035dd76eb5a5dc5cf922cd43160..64057515fcde1dfb644d439295b6d44bd9ef473e 100644 (file)
@@ -26,9 +26,6 @@
  */
 
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_activity_contact* functions
  *
index 39bc0a4a36781c3937562d97112a1106b77bf660..9fb69e37415c4d2e6637cc65ba56145cbef56424 100644 (file)
@@ -32,8 +32,6 @@
 /**
  *  Include class definitions
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 
 /**
  * Test APIv3 civicrm_activity_* functions
index bf9af844b8420281269f95ac6b0d4203896260f1..632e3f503c27636d2f9e8ae9e3662caa7d6e49c5 100644 (file)
@@ -24,8 +24,6 @@
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_activity_* functions
  *
index 6a7c535665d690cda5a8418ffec428610255c008..9991a6be09537e4259521801921f2e155dc77351 100644 (file)
@@ -32,8 +32,6 @@
  * @subpackage API_Contact
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_AddressTest
  */
index ca23a703ca6a51b9ab2f5dd00ac2ae025596e63a..d623dcd84c7e5f5de09a2f5a919e124d141d8ef1 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test for the Attachment API
  *
index bf6bac07ccd55141c3ff95fa884a2f2029c939f3..76c42b444ac93b2f71d87395b426d0d25331664f 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Batch API - civicrm_batch_*
  *
index a30028faf0786e735b2cf58fbabd2175404b7bd8..bd15adc12be78c8a60a774efc8d875a1794b0194 100644 (file)
@@ -3,8 +3,6 @@
  *  File for the CRM11793 issue
  *  Include class definitions
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 
 /**
  *  Test APIv3 civicrm_activity_* functions
index 6a34eef1f505eaeda953d285f8f1f2e3905c3de6..948976b6796ca628cff16aeac023de12f48dd2ff 100644 (file)
@@ -25,9 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_CampaignTest
  */
index 125ba413f186e4d1765e3ddf0ed92daac2591db2..ebe6408d6f0720d86449f4d01328eca75c66f51c 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_activity_* functions
  *
index 794ac2d91421cb79bc860ed6c7d9afb8f33e75c1..12cc54c0eba0653ec5ab283c9f4f34b9dca0073b 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_contact* functions
  *
index fde8581646d47c3afccd4bd05e435a963d65b6af..a92f01a888b0372287526dbe101bed1b651944a2 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_ContactTypeTest
  */
index 228c3f8836cccccf7da8c7247ae16d730efc5a92..89e05871a9ad211f0ec9da31717d5429101b3103 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
 /**
  *  Test APIv3 civicrm_contribute_recur* functions
  *
index 63ad157006c02072e8f78aa477c90170c476421e..0b38b6b82a46229efa0d5dc022c3d7da11c490cf 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_recur* functions
  *
index 91e84f90cd100124c88dbcd1bd51c999e3f92e42..d5f7336cc7d4fcd20b9e00c61fca2691e97d1e24 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
index 927ee6d853f2a8a262e238f8dcbc27e6b7acbf76..597b15cf98bae9136b95c4b7891f7d21ecd40443 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-require_once 'CiviTest/CiviMailUtils.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
index aa27fd4d18a43254a4bc197d03aff90cc046b17a..6ac19dbd83843bbdb5dda28c6de7363a68db9430 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_country* functions
  *
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
    */
index bc2a752707378cc736941767bce039e3f1508157..9f1e2fc3d9430821fdceedbca5feb000cd89e8c3 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_custom_group* functions
  *
index 8a18768f8570eb07f097bb0847e3d063895cb292..665746e3b9835ef519b9442ada2577bfb15ad275 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_CustomSearchTest
  */
index 35048eff59f3f1b85163de5e62d6e657980b6433..32915eecd1c5181c3da7b5799fb8c903a9c1f52e 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_activity_* functions
  *
index 33b961171d47acd801dcb03b850290d7f69050bb..537340e931bc34fd7105ed9a5f96f5aeeda34034 100644 (file)
@@ -25,8 +25,6 @@
  * +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_CustomValueTest
  */
index 54bc6020aa44d5567561bfe6af8f6b99b7023b12..e9e4990f20af263f8b293434fca052f69eb08e4a 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_action_schedule functions
  *
index c90a2d20215f44f86615efa35dd32ab463fce692..4eed8f7ab633339433dc76e3c807704a62cd97bd 100644 (file)
  *   <http://www.gnu.org/licenses/>.
  */
 
-/**
- *  Include class definitions
- */
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_action_schedule functions
  *
index 3964dc4f51db6f553fe6919187a8ffddca862b4b..d1a6064714f90162d3a904d9ea914b001c8fe22e 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Domain API - civicrm_domain_*
  *
index b34f0f0b5e6b1996a4bbd18f9b586ddeb5a055d0..169b080ef0722477f663ea95fb1e2a7388cc2c5b 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_EmailTest
  */
index e429c0ee451ab02ddfac1d1a9423a493c8c626e8..75a3c908f27618447401127604b6fee10e81ed95 100644 (file)
@@ -25,9 +25,6 @@
  --------------------------------------------------------------------
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_entity_batch_* functions
  *
index 4b596f6d48dc86320fb0fcb5f5f4bae13bac24a1..c83a5a728e65f50dcd3092282a4d34e7d6d0acb1 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test APIv3 ability to join across multiple entities
  *
index 160b3db7515db852a5b640f69033f1581ed1bdaa..425b11db51bfcf2532872c49ed0d3034544105f5 100644 (file)
@@ -32,8 +32,6 @@
  * @subpackage API_Core
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_EntityTagTest.
  *
index b2dec522c99c64d55cbf87056a5796553d24c566..23dcd9eb2a544dfa3b9a76c0e0a7bf8594f2649b 100644 (file)
@@ -32,8 +32,6 @@
  * @subpackage API_Core
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_EntityTagTest.
  */
index 7560a5087e4a586fe5f5ebfc309da84b4a0a7e16..955ecdfdb412ab4c69317527ce2300e87b2dd0dd 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_EventTest
  */
index ecfaedf1b809a90cc0ba7bdf2735d93e82830d3b..fb33eb8ad314399f6257684a845a36ddefab2be7 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_grant* functions
  *
index d611195a42298e3c550f7bab6b6599bca9e6d833..61808908b90599b3e9b828d24e9e8835556ed13b 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_GroupContactTest
  */
index 53c03456356d7e0ebda62efa967faa0a5831d039..8bd9910178507aee81b7e14470ed9316322e3ca0 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for GroupNesting API - civicrm_group_nesting_*
  *
index fa3e841a35ae01281b6421244a462a53ba56f42b..72ab14687437ef3e2da2057ae54cc6fe93b0a6bc 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  * Test class for GroupOrganization API - civicrm_group_organization_*
  *
index cae4b15a5cc2e1223753cfcc98782fb4121d6e3c..a3bf0d028a369364d125df9f1384959782719301 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Group API - civicrm_group_*
  *
index e15881d6e16ace795694d589f53bb9365929890f..d54198a7af53c4f6e35f3fd1a426a9a5beff67aa 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_im_* functions
  *
index de91bcb1ebf0e56e305282f452459f0f7d361a36..8bc50f9abaa572366a3e0bda1c71c74e2e3f189d 100644 (file)
@@ -35,7 +35,7 @@
  * @version $Id: Job.php 30879 2010-11-22 15:45:55Z shot $
  *
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 //@todo - why doesn't class loader find these (I tried renaming)
 require_once 'CiviTest/CiviMailUtils.php';
 
index d6e583e96dc5de276d19476bdf8cfce3f3416ae0..245f17627fd6ae534865a40cd30800cafb64ae2f 100644 (file)
@@ -35,7 +35,6 @@
  * @version $Id: Job.php 30879 2010-11-22 15:45:55Z shot $
  *
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class api_v3_JobTest
index 28eb6c9417f9441528743448b5b3b8dd6f840de7..96346495bd865b079619d2ac4dd9673e65e74bb7 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_LineItemTest
  */
index 8fbbfd6ae1ce02ac2fdaeaa8bd2dc041dd2627ac..cdded66d50f7dfb4f6f024d4e31ee27eeeabff0a 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_LocBlockTest
  */
index 9ca29588677433f0204825a8390be0290fdb0267..3d278c14a54eb2795bff3353bc0f48246a024ef9 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_MailSettingsTest
  */
index e0dc8a43967bac8d6a23f23c7ecafb88f6e17b8d..6d2eabd837ecc9f7b8c2b6fc7704b8e832ffbe13 100755 (executable)
@@ -23,9 +23,6 @@
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_mailingab_* functions
  *
index e912a771cdf78ac35a27d2c9fa3247627f43156b..1a2f86dc2e7292a77538720a3d6ad290ca2d96ac 100644 (file)
@@ -34,7 +34,6 @@
  * @copyright CiviCRM LLC (c) 2004-2015
  * @version $Id: Job.php 30879 2010-11-22 15:45:55Z shot $
  */
-require_once 'CiviTest/CiviUnitTestCase.php';
 
 /**
  * Class api_v3_MailingContactTest
index 6954b9a626526e51b288a9d25ed5fd02adbdb27a..63375d5ff3373943549684dc239a2fa47ad1be23 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_mailing_group_* functions
  *
index ca57d4a7323afb7c8942fcbebcdaed0dce57d955..fc110bee8cd20410915ae67c499ef39fbf0f3355 100755 (executable)
@@ -23,8 +23,6 @@
  *   <http://www.gnu.org/licenses/>.
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 
 /**
  *  Test APIv3 civicrm_mailing_* functions
index b83e5d8588f9c348212dd367483127106844e708..85e070858ee8a1a6b127b326d5f24b21b83da573 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_mapping_field_* functions
  *
index f1865fb070d5c2834042f85ffa1cce11fe1b9535..9adbb5a9d2b6a798350be6054c9d31a1d27dd281 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_mapping_* functions
  *
index 19b388245570c652989c374ab4e124129eda2ed1..ab1e4c0128848e11bff82f7c480b4d450bc388fd 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_membership_payment* functions
  *
index d0c60928788c1c9fde33eee13ab70b7b102d495a..27429057c4c5a7bb5c9a96788b81db4adcfa82fc 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_MembershipStatusTest
  */
index 3f5176c08398669bbac87b6690369d44b00e528a..4bee09b7b1d16afa75b2cb5e84f8b736ccd26110 100644 (file)
@@ -32,8 +32,6 @@
  * @subpackage API_Member
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_MembershipTest
  */
index b251786d3b549f9edf31f7c49829b97f974721da..98d33689c83ca6f549432e8571be07ac85d99cbc 100644 (file)
@@ -25,8 +25,6 @@
   +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_MembershipTypeTest
  */
index acc0e58927fa0930618470e77477b96397a69484..4de6a4d3979a7bc0ea7aba0485428097af83b9e4 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Template API - civicrm_msg_template*
  *
index 3073e2dec46e76a98eccb5fcfafbac420d3026b7..2f3f6bde5e314b4e71eff2794fb2b6c95124cc50 100644 (file)
@@ -25,8 +25,6 @@
  * +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_NavigationTest
  */
index 6f4fa449275aa53db732a714a163cbde6bb88d03..3b56a22ac3a9d31eadc8dac11df7e10e91aae9e3 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'tests/phpunit/CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class contains api test cases for "civicrm_note"
  */
index 9d0076e8d023dbd0e77a3cc4cc5eea8405fb1ca3..2ceb617912aa5d1154f687458fc7500b09c365cf 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_openid_* functions
  *
index 1f30348c9773e0b2d707c13d75370fc22c5d1b1c..b226500e47b7e77fd240a8e6bd0943d6fb341daf 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_OptionGroupTest
  */
index 39f92ca73f9bfbbc30e42c90411408e22516269c..a036c1b2b8f3a4f1e73a5690dc71470c8d2945f2 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_OptionValueTest
  */
index 4585cdd8745fae8a9cb698fa9c1ac22aeb453255..2bc6cbe2ddce0073de51df2878e2b41b82288dd1 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
index b11a3ff3ff9fe71ba4e3c5dd5af24b4fd456c768..54be319825b7c8948506b35faaa097b47cec9ff2 100644 (file)
@@ -25,9 +25,6 @@
  * +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_participant_* functions
  *
index 477bf8373bda1e6d1756c3f03a906e326fd9f4f3..9ad377ac257f5d13f2e382f39c6e3b5991472390 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_ParticipantStatusTypeTest
  */
index cf539595dc6d40e8125353024bded04d425d4d10..7ef1f38298bc1836cc2ef94d8f615205a9d0b0be 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Batch API - civicrm_participant_*
  *
  * @package CiviCRM_APIv3
  */
 require_once 'CRM/Utils/DeprecatedUtils.php';
-require_once 'CiviTest/CiviUnitTestCase.php';
+
 
 /**
  * Class api_v3_ParticipantTest
index a4649bc37c541089f6faf49dbc6267ba31896cb8..f2bc62e706776ea86ec4854ac025a2d45b8f4ca8 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class contains api test cases for "civicrm_payment_processor"
  *
index e8379a470d556cffb77f8e866aae1f97261823cd..04349e584bffb3c3dc450c11cabede697bd7b5d3 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class contains api test cases for "civicrm_payment_processor_type"
  *
index 2dc5fa335777cc13e21e6f4d2d8d908654bf9fa5..698668a212735820647d2ab9b7a1ea45efc70929 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_contribute_* functions
  *
index d2b0fbfde850f89c28529a61aa040b9cdc1f7651..6d7d4790e7e87230b3d4497c9dcde6bfe928cfd8 100644 (file)
@@ -25,9 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_PaymentTokenTest
  */
index 28742fc22c93422e78b13de3c76f32f07e8b0fc6..f6af8424ad9f32999d0a976a6c89a418f36c4971 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_phone* functions
  *
index 46c6c299bcd6fbbc7e16cb92e2a61afba0aa4709..f0f70bc39c9b4eb2e42cd820ef470fbf7083e397 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Pledge API - civicrm_pledge_*
  *
index f00e9ad107c9dbc9fd31f67f0b56e0378850a35e..0cf185ecb1e27cd64d3f7604f9abdd94ca4d17e2 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for Pledge API - civicrm_pledge_*
  *
index 3855d22c3e29f2eb0c02c7bb02fb0b871b6f018a..0a402bce87a53ee9a0c37cc778b922c1578bb64a 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_PriceFieldTest
  */
index b90962337eb9568820ecf0cc93dc32661675082f..7c71f5971b5fa7a8c973ed3ada9fcf3ddefef491 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_PriceFieldValueTest
  */
index 099c96f2380f7daed3f90a90e7931afd15394602..4fd0c1d05bd8499dc67999016521fdc725c2c8dd 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_PriceSetTest
  */
index 1bbdf833aab946dcd182b32b32cefbbc368b998c..bb0629a7a447c752269c655db708c94696e9dcfe 100644 (file)
@@ -25,8 +25,6 @@
  * +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_ProductTest
  */
index 4c6e2913e6ce16ddad2fdb9493e28fb52e053429..c4856522bcdb4fca3eb5dceb4939a43ded02f60c 100644 (file)
 +--------------------------------------------------------------------+
  */
 
-/**
- *  Include class definitions
- */
-require_once 'tests/phpunit/CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Test APIv3 civicrm_profile_* functions
  *
index 1446a154304689d88589a5f7d2f15f3c478c5fd1..28b5492731bc991fa5a07cfffce8e9be936d8d3a 100644 (file)
@@ -25,8 +25,6 @@
  * +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class contains api test cases for "civicrm_relationship"
  */
index b5bf1e55a1c6f0e05aebe6f9fbb42f745ed6252c..72dbf9c6c9a9f6a8b59bc5879c7bb89cf9e99961 100644 (file)
@@ -51,8 +51,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class contains api test cases for "civicrm_relationship_type"
  *
index 16f8767421da9f01c4d731852a7d7b8a0e574207..e7f09ffe48c84fdc296370d5fa2c07885531b22b 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_report_instance_* functions
  *
index b8fefbbb007e6febbd5bf158f259e944d5e39fd2..3869017ae09552d1e201fde0c3eb9edb5ed691ba 100644 (file)
@@ -26,8 +26,6 @@
   +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  *  Class api_v3_SavedSearchTest
  *
index 16ada5e4d73194ea0e8cfd765ce1e7704aa8c8bc..8a7761eb412cba2b82462864f9568c2f9237ecbd 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test APIv3 ability to join across multiple entities
  *
index 2cf55cd6e66d325e69d5d5729f013c4f3b4afe9a..d56c320029449154ca6607f77e04de75ef7affd9 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_setting_* functions
  *
index 5f7267c384b4c821a9541592a606eddd110cc15a..99578bb4cfe34f6c46b1b7608dcacf83b246be5d 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Class api_v3_StatusPreferenceTest
  *
index d5ad6d64adf83700b106cae03612d9f257b9ac92..e97528f69e9b659ca802e55a0df24e2889373238 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_SurveyRespondantTest
  */
index 3f7084f015d48d7945f3699dbe50394cd2ec0a6c..345528591aab2066811964678cdfab7e3fc982d9 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_survey_* functions
  *
@@ -35,8 +32,6 @@ require_once 'CiviTest/CiviUnitTestCase.php';
  * @subpackage API_Campaign
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * All API should contain at minimum a success test for each
  * function - in this case - create, get & delete
index 89d7a1d1ba301a2d964ceffa24f0e8575bc2eb0c..60613fa63cbbd39885f60607a651f03217852974 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  * Test that the core actions for APIv3 entities comply with standard syntax+behavior.
  *
@@ -404,7 +401,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     return $entities;
   }
 
-
   /**
    * At this stage exclude the ones that don't pass & add them as we can troubleshoot them
    * @param bool $sequential
@@ -1509,7 +1505,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
     return $baos;
   }
 
-
   /**
    * Verify that HTML metacharacters provided as inputs appear consistently.
    * as outputs.
index bc2f878a67b7cb9bb4cab273e91bd67c62cf0cc2..83a24c0e51b0055e9a3b6e70b6fb0b80d9672e89 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  * System.check API has many special test cases, so they have their own class.
  *
index c4ec296aff0605d5487a2cf6ebe2f68760f04344..139951fce7a69f2823627ee771a5cc83dabd7d68 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for System API - civicrm_system_*
  *
index 366d12df9667935db5dc7a48bc49819e5b54c5d7..1af0b6055c0dc7dda54c3559fc3029cd2622ec8b 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_tag_* functions
  *
index 2f3a00845ddbd0c6356cdf7cc92976a2f0a1139d..5909f858249457411f5a41f9a8d830d81d61badb 100644 (file)
@@ -25,8 +25,6 @@
 +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Class api_v3_TaxContributionPageTest
  */
index ff7da5abc4d43f401f6d3337f846835522543e84..6caa2edea26705ec5addb6e20284ae969a48bb75 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for UFGroup API - civicrm_uf_*
  * @todo Split UFGroup and UFJoin tests
index d3ee4adad96869a57314c02b9100612002043793..a30cd3a950954b401535def001589d4d7a95e96f 100644 (file)
@@ -25,8 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for UFGroup API - civicrm_uf_*
  * @todo Split UFGroup and UFJoin tests
index 9d03d4c7b1cfda957d26a402515dff936f86e825..bdf6422da40e45acee489187f5e8c33e019f3168 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for UFGroup API - civicrm_uf_*
  * @todo Split UFGroup and UFJoin tests
index 2f9b9cd450e7829bc75247643c2a11b5f5387db6..def9bf832be30c9ae0d02ad316b3350ae56e11d8 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-
-require_once 'CiviTest/CiviUnitTestCase.php';
-
 /**
  * Test class for UFGroup API - civicrm_uf_*
  * @todo Split UFGroup and UFJoin tests
index be71404c023826986b4b30a855279280507a3907..eda4502f3f5d5a5e3eed10cb5ea7827be30f7db0 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_website_* functions
  *
index b181d902801a13ad9ffe7546dd2e045528057fcb..595a17f818e891e511fa21fff115ddccaaf01549 100644 (file)
@@ -25,7 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
 require_once 'CRM/Utils/DeprecatedUtils.php';
 
 /**
@@ -201,7 +200,6 @@ class api_v3_UtilsTest extends CiviUnitTestCase {
     }
   }
 
-
   /**
    * Test GET DAO function returns DAO.
    */
index de75c525d9a87c827a21a651fbd6502fb54b5b68..edce6b7e88bf5bf4eef0946c567a8fa1c635ed5b 100644 (file)
@@ -25,9 +25,6 @@
  +--------------------------------------------------------------------+
  */
 
-require_once 'CiviTest/CiviUnitTestCase.php';
-
-
 /**
  *  Test APIv3 civicrm_website_* functions
  *