Prechádzať zdrojové kódy

[FrameworkBundle] fixed tests

Fabien Potencier 14 rokov pred
rodič
commit
9f3e996c43

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Tests/EventListener/RouterListenerTest.php

@@ -45,7 +45,7 @@ class RouterListenerTest extends \PHPUnit_Framework_TestCase
                      ->with($expectedContext);
 
         $event = $this->createGetResponseEventForUri($uri);
-        $listener->onCoreRequest($event);
+        $listener->onEarlyCoreRequest($event);
     }
 
     public function getPortData()