I guess you meant "Now you can test" or "Now test the ..."
This commit is contained in:
parent
fa5768b14d
commit
732dee92ad
@ -84,7 +84,7 @@ Now when you dispatch an event any event subscribers will be notified for that e
|
||||
[php]
|
||||
$evm->dispatchEvent(TestEventSubscriber::preFoo);
|
||||
|
||||
Now the test the `$eventSubscriber` instance to see if the `preFoo()` method was invoked.
|
||||
Now you can test the `$eventSubscriber` instance to see if the `preFoo()` method was invoked.
|
||||
|
||||
[php]
|
||||
if ($eventSubscriber->preFooInvoked) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user