diff options
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3216b6ff..8f5285e6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -30,4 +30,8 @@ | |||
30 | </exclude> | 30 | </exclude> |
31 | </whitelist> | 31 | </whitelist> |
32 | </filter> | 32 | </filter> |
33 | |||
34 | <listeners> | ||
35 | <listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitStaticDbConnectionListener" /> | ||
36 | </listeners> | ||
33 | </phpunit> | 37 | </phpunit> |