瀏覽代碼

replacing liip with DoctrineCacheBundle

cjohnson 11 年之前
父節點
當前提交
ec1669d121
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(),
         );
     }