Skip to content

Commit 0180260

Browse files
committed
add missing admin class for orm environment
1 parent 8a78675 commit 0180260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Cmf/Component/Testing/HttpKernel/TestKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function init()
7070
'Sonata\jQueryBundle\SonatajQueryBundle',
7171
'Knp\Bundle\MenuBundle\KnpMenuBundle',
7272
'FOS\JsRoutingBundle\FOSJsRoutingBundle',
73+
'Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle',
7374
));
7475

7576
$this->registerBundleSet('sonata_admin_phpcr', array(

0 commit comments

Comments
 (0)