Skip to content

Commit 8506906

Browse files
committed
Merge pull request #49 from ElectricMaxxx/add-missing-admin-class
add missing admin class for orm environment
2 parents 0967fc1 + 0180260 commit 8506906

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)