Browse Source

replacing liip with DoctrineCacheBundle

cjohnson 11 năm trước cách đây
mục cha
commit
ec1669d121
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),
         );
     }