Skip to content

Commit

Permalink
EventSubscribersAndListenersPassTest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Nov 12, 2018
1 parent 2cb36ae commit a34c75e
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -121,7 +121,7 @@ public function testEventListener()
'serializer.pre_serialize' => [
[
['my_listener', 'onserializerpreserialize'],
'bar',
'Bar',
null
]
]], $call[1][0]);
Expand Down Expand Up @@ -161,7 +161,7 @@ public function testEventListenerWithParams()
'serializer.pre_serialize' => [
[
['my_listener', 'onserializerpreserialize'],
'bar',
'Bar',
null
]
]], $call[1][0]);
Expand Down Expand Up @@ -196,7 +196,7 @@ public function testEventSubscriber()
'serializer.pre_serialize' => [
[
['my_listener', 'onserializerpreserialize'],
'bar',
'Bar',
'json',
null
]
Expand Down

0 comments on commit a34c75e

Please sign in to comment.