PHPackages                             draw/tester-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. draw/tester-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

draw/tester-bundle
==================

0.39.2(2mo ago)055.7k↑118.4%7MITPHP

Since Nov 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/mpoiriert/tester-bundle)[ Packagist](https://packagist.org/packages/draw/tester-bundle)[ RSS](/packages/draw-tester-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (22)Versions (266)Used By (7)

Draw Tester Bundle
==================

[](#draw-tester-bundle)

This bundle integrate the Draw Tester Component.

It also provides test helpers to make it easier to test your Symfony application.

Kernel Testing
--------------

[](#kernel-testing)

When configuring your kernel you may want to test that everything is hooked up correctly.

There is the list of service, event dispatcher, command etc.

There is some TestCase/Trait to help you do that (work in progress).

### Event Dispatcher

[](#event-dispatcher)

Relying on the `debug:event-dispatcher` command we can dump the list of event listeners and validated it against the expected list.

```
