From 4b1990b68812ac796caf5b3b5ebda561e021d754 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Fri, 13 Jul 2012 15:13:38 +0200 Subject: [PATCH] Fix stuff --- Tests/Fixtures/app/AppKernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Fixtures/app/AppKernel.php b/Tests/Fixtures/app/AppKernel.php index b8c28b7..1673326 100644 --- a/Tests/Fixtures/app/AppKernel.php +++ b/Tests/Fixtures/app/AppKernel.php @@ -50,6 +50,7 @@ class AppKernel extends Kernel new \Symfony\Bundle\TwigBundle\TwigBundle(), new \Nelmio\ApiDocBundle\NelmioApiDocBundle(), new \Nelmio\ApiDocBundle\Tests\Fixtures\NelmioApiDocTestBundle(), + new \Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(), ); }