You are here

public function OtherEventTest::testHtmlEvent in Hook Event Dispatcher 8

Test a HtmlPreprocessEvent.

File

tests/src/Unit/Preprocess/OtherEventTest.php, line 88

Class

OtherEventTest
Class OtherEventTest.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess

Code

public function testHtmlEvent() {
  $this
    ->createAndAssertEvent(HtmlPreprocessEvent::class);
}