Browse Source

replacing liip with DoctrineCacheBundle

cjohnson 11 years ago
parent
commit
ec1669d121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Functional/AppKernel.php

+ 1 - 1
Tests/Functional/AppKernel.php

@@ -22,7 +22,7 @@ class AppKernel extends Kernel
     {
         return array(
             new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
-            new Liip\DoctrineCacheBundle\LiipDoctrineCacheBundle(),
+            new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(),
             new Mmoreram\GearmanBundle\GearmanBundle(),
         );
     }