From: Tim Otten Date: Tue, 2 Feb 2016 20:02:59 +0000 (-0700) Subject: Merge pull request #7641 from totten/master-test-cv X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9bf8f373d9c1a1870b216ce3530f4208b0e5884f;p=civicrm-core.git Merge pull request #7641 from totten/master-test-cv CRM-17860 - Align bootstrap logic in tests; looser coupling --- 9bf8f373d9c1a1870b216ce3530f4208b0e5884f diff --cc tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php index c91dfced6e,c830b7f68a..26ec47fc21 --- a/tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php +++ b/tests/phpunit/CRM/Core/BAO/SchemaHandlerTest.php @@@ -25,13 -25,8 +25,11 @@@ +--------------------------------------------------------------------+ */ - 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 {