We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226986a commit 87f9f1dCopy full SHA for 87f9f1d
test/Unit/EventsTest.php
@@ -318,6 +318,9 @@ public function testViewSearchResults()
318
319
protected function assertEventNaming($event)
320
{
321
+ $this->assertInstanceOf(TypeEvent::class, $event);
322
+ $this->assertInstanceOf(AbstractEvent::class, $event);
323
+
324
$reflection = new ReflectionClass($event);
325
$filename = $reflection->getFileName();
326
0 commit comments