You are here

public function EventDispatcherCollectionTest::setUp in Payment 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/EventDispatcherCollectionTest.php, line 41

Class

EventDispatcherCollectionTest
@coversDefaultClass \Drupal\payment\EventDispatcherCollection

Namespace

Drupal\Tests\payment\Unit

Code

public function setUp() : void {
  $this->sut = new EventDispatcherCollection();
}