Forráskód Böngészése

[Kernel] Update tests with shorter bundle names

Victor Berchet 14 éve
szülő
commit
3e64106aae

+ 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