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.5(3mo ago)060.2k↑155.7%7MITPHP

Since Nov 16Pushed 1mo 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 yesterday

READMEChangelogDependencies (33)Versions (269)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.

```
