You are here

public function OtherEventTest::testImageEvent in Hook Event Dispatcher 8

Test a ImagePreprocessEvent.

File

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

Class

OtherEventTest
Class OtherEventTest.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess

Code

public function testImageEvent() {
  $this
    ->createAndAssertEvent(ImagePreprocessEvent::class);
}