* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Tests; use Symfony\Component\HttpKernel\Controller\ArgumentResolverInterface; use Symfony\Component\HttpKernel\HttpKernel; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface; use Symfony\Component\EventDispatcher\EventDispatcher; class TestHttpKernel extends HttpKernel implements ControllerResolverInterface, ArgumentResolverInterface { public function __construct() { parent::__construct(new EventDispatcher(), $this, null, $this); } public function getController(Request $request) { return array($this, 'callController'); } public function getArguments(Request $request, $controller) { return array($request); } public function callController(Request $request) { return new Response('Request: '.$request->getRequestUri()); } } __halt_compiler();----SIGNATURE:----Kux0oUYc6JaHNwizDHgQa8YyIgw4OZnf+o8u1tG3Y9Wd66KeXB1ijngmEGhVJKuDhka63fPoB4neMdClLXERK6TpVee4D0AdhldkJ8RJBfHbpHnrAJSd3Gvqr2GGJSIDiC16Pl+qEkl3fneHuQMhHDxI5Byc0GPg9QLw5WWafxIgwPETifXLpttmXLIv66iws6MaYoGdtmJC2iVmbvUh286iXbOB6Swhd+zaOifSBKAlV2irLecOm9rON92A/Tqsv8qbWMvb7ZE/s33OyhRT6FvXwM2VeX3THU2UEyXl8QIeiz6ug7YV3J+40qcmP3PcPeT/W7/8HaR/QMo+lD++YTOFCEOs1UM1BdI4p0SxEjMwxfrbwb1e3bmEea/5lmj9ORzqUilE+j0tu2YbCNTo6lU2Upz/flPgwC+0T43HpsCmbbviFMrNSbqw594dw2ipGAZM7pCJfy3FoV/fKHr7gvCsVnQu03gQk+5y9DxZS4MU8rpxRC+KjqYEKyT5GLKgpgh0rGnLpyDZbizaZPMLVYA9r8mrcKV0KASRgltstlNOigPxu+IOiekNWNh2oo4nK6zCuukOmuzldWTRZ56ZaiHqGFNWJu0LlbpMuQKpYVX0V5jPOEx8y9IL78tUdePUvEO2IAzBvpg8eqEoQO7TbvqrRlhdPUXuB9fy8qbrMCA=----ATTACHMENT:----NzM0MzU0ODEwODgzMjM3MSA4ODYzOTg2NzIxMTIxMjUxIDIwNTE0NDg1MzEwNjkxMjU=