We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f391aff + 9a86b16 commit 11911b2Copy full SHA for 11911b2
test/Factory/EventDispatcherFactoryTest.php
@@ -129,7 +129,7 @@ public function testExceptionIsThrownIfEventsListenerContainerEntryNotExist(): v
129
{
130
$eventConfig = [
131
'my-group' => [
132
- 'someEvent' => [containerListener('nonExistingContainerEntry')]
+ 'someEvent' => [containerListener('nonExistingContainerEntry')()]
133
]
134
];
135
@@ -274,7 +274,7 @@ public function testExceptionIsThrownIfMethodDoesNotExistOnContainerEntry(): voi
274
275
276
277
- 'someEvent' => [containerListener('containerEntry', 'notHere')]
+ 'someEvent' => [containerListener('containerEntry', 'notHere')()]
278
279
280
0 commit comments