From bf03bfa1d0d8c18cfb92172ae4213c250996a078 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 4 Aug 2021 11:05:13 +1000 Subject: [PATCH] [NFC] Do a proper tear down of fts in QueryFormatterTest --- tests/phpunit/CRM/Utils/QueryFormatterTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/QueryFormatterTest.php b/tests/phpunit/CRM/Utils/QueryFormatterTest.php index 3a83e84fa3..6d8ace8053 100644 --- a/tests/phpunit/CRM/Utils/QueryFormatterTest.php +++ b/tests/phpunit/CRM/Utils/QueryFormatterTest.php @@ -43,7 +43,8 @@ class CRM_Utils_QueryFormatterTest extends CiviUnitTestCase { } } - public static function tearDown(): void { + public function tearDown(): void { + parent::tearDown(); $idx = new CRM_Core_InnoDBIndexer(FALSE, [ 'civicrm_contact' => [ ['first_name', 'last_name'], -- 2.25.1