Merge pull request #7641 from totten/master-test-cv
authorTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 20:02:59 +0000 (13:02 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 2 Feb 2016 20:02:59 +0000 (13:02 -0700)
CRM-17860 - Align bootstrap logic in tests; looser coupling

1  2 
tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php

index c91dfced6ee5aeb18d39bbd5006c7a0e77914b45,c830b7f68a9742f81aaa62165cede0d0c2f5154c..26ec47fc21c37106edf7c4d8b8f4073c6a2fbd0f
   +--------------------------------------------------------------------+
   */
  
- require_once 'CiviTest/CiviUnitTestCase.php';
  /**
   * Class CRM_Core_BAO_SchemaHandlerTest.
 + *
 + * These tests create and drop indexes on the civicrm_uf_join table. The indexes
 + * being added and dropped we assume will never exist.
   */
  class CRM_Core_BAO_SchemaHandlerTest extends CiviUnitTestCase {