From b99064a356cfb2755f2c28f4961542f8aa4a53eb Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 1 Nov 2019 12:55:46 +1300 Subject: [PATCH] [NFC] clean margins --- tests/phpunit/Event/ParticipantExtendedTest.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/phpunit/Event/ParticipantExtendedTest.php b/tests/phpunit/Event/ParticipantExtendedTest.php index 40939be1..c4f05d50 100644 --- a/tests/phpunit/Event/ParticipantExtendedTest.php +++ b/tests/phpunit/Event/ParticipantExtendedTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '../../BaseTestClass.php'; -use Civi\Test\HeadlessInterface; -use Civi\Test\HookInterface; -use Civi\Test\TransactionalInterface; - /** * FIXME - Add test description. * @@ -20,7 +16,7 @@ * * @group headless */ -class Event_ParticipantExtendedTest extends BaseTestClass implements HeadlessInterface, HookInterface, TransactionalInterface { +class Event_ParticipantExtendedTest extends BaseTestClass { /** * Test the future income report with some data. @@ -86,4 +82,4 @@ public function testReportDateSql() { $this->getRows($params); } -} \ No newline at end of file +}