[FrameworkBundle] fixed tests

This commit is contained in:
Fabien Potencier 2011-06-04 11:57:49 +02:00
parent 7780c4deda
commit 9f3e996c43

View File

@ -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()