Skip to content

Commit 4b494e5

Browse files
committed
Fixed Kernel to inlcude TreeBrowserBundle
1 parent 0967d50 commit 4b494e5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

resources/config/routing/sonata_routing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ admin_dashboard:
1414
defaults:
1515
_controller: FrameworkBundle:Redirect:redirect
1616
route: sonata_admin_dashboard
17+
18+
fos_js_routing:
19+
resource: @FOSJsRoutingBundle/Resources/config/routing/routing.xml

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public function init()
4343
'\Sonata\AdminBundle\SonataAdminBundle',
4444
'Knp\Bundle\MenuBundle\KnpMenuBundle',
4545
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle',
46+
'Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle',
47+
'FOS\JsRoutingBundle\FOSJsRoutingBundle',
4648
));
4749

4850
parent::init();

0 commit comments

Comments
 (0)