1
0
mirror of synced 2025-01-18 14:31:40 +03:00

I guess you meant "Now you can test" or "Now test the ..."

This commit is contained in:
Your Name 2010-08-02 13:16:07 +02:00 committed by Jonathan H. Wage
parent fa5768b14d
commit 732dee92ad

View File

@ -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) {