소스 검색

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(),
         );
     }