public function OtherEventTest::testStatusMessagesEvent in Hook Event Dispatcher 8
Test a StatusMessagesPreprocessEvent.
File
- tests/
src/ Unit/ Preprocess/ OtherEventTest.php, line 123
Class
- OtherEventTest
- Class OtherEventTest.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\PreprocessCode
public function testStatusMessagesEvent() {
$this
->createAndAssertEvent(StatusMessagesPreprocessEvent::class);
}