This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/EventDispatcher/Tests
Christian Flothmann fdbb04a6ac [EventDispatcher] don't count empty listeners
When event listeners for certain events are removed from the event
dispatcher, empty arrays are not being removed. Therefore, counting
on empty arrays leads to wrong results of the hasListeners() method.
2014-07-25 17:00:14 +02:00
..
ContainerAwareEventDispatcherTest.php removing dead code. 2014-02-10 15:31:47 +01:00
EventDispatcherTest.php [EventDispatcher] don't count empty listeners 2014-07-25 17:00:14 +02:00
EventTest.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
GenericEventTest.php removed extra/unsupported arguments 2014-04-12 19:21:42 +02:00
ImmutableEventDispatcherTest.php removing dead code. 2014-02-10 15:31:47 +01:00