소스 검색

[Kernel] Update tests with shorter bundle names

Victor Berchet 14 년 전
부모
커밋
3e64106aae
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/Symfony/Tests/Component/HttpKernel/KernelTest.php

+ 2 - 2
tests/Symfony/Tests/Component/HttpKernel/KernelTest.php

@@ -341,8 +341,8 @@ EOF;
 
     public function testLocateResourceReturnsTheFirstThatMatchesWithParent()
     {
-        $parent = $this->getBundle(__DIR__.'/Fixtures/Bundle1', null, 'ParentAABundle');
-        $child = $this->getBundle(__DIR__.'/Fixtures/Bundle2', 'ParentAABundle', 'ChildAABundle');
+        $parent = $this->getBundle(__DIR__.'/Fixtures/Bundle1', null, 'ParentAA');
+        $child = $this->getBundle(__DIR__.'/Fixtures/Bundle2', 'ParentAA', 'ChildAA');
 
         $kernel = $this->getKernel();
         $kernel