Skip to content

Commit

Permalink
[HtppKernel] fixed inline fragment renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsimon committed Jul 10, 2013
1 parent 183ff09 commit 2dc1ee0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public function testRenderWithObjectsAsAttributes()
$object = new \stdClass();

$subRequest = Request::create('/_fragment?_path=_format%3Dhtml%26_controller%3Dmain_controller');
$subRequest->attributes->replace(array('object' => $object));
$subRequest->attributes->replace(array('object' => $object, '_format' => 'html', '_controller' => 'main_controller'));

$kernel = $this->getMock('Symfony\Component\HttpKernel\HttpKernelInterface');
$kernel
Expand Down

0 comments on commit 2dc1ee0

Please sign in to comment.