Kaynağa Gözat

replacing liip with DoctrineCacheBundle

cjohnson 11 yıl önce
ebeveyn
işleme
ec1669d121
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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(),
         );
     }