Skip to content

Commit

Permalink
[NFC] clean margins
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Nov 1, 2019
1 parent 32ef0bd commit b99064a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/phpunit/Event/ParticipantExtendedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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.
Expand Down Expand Up @@ -86,4 +82,4 @@ public function testReportDateSql() {
$this->getRows($params);
}

}
}

0 comments on commit b99064a

Please sign in to comment.