We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f391aff commit 9a86b16Copy full SHA for 9a86b16
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