File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function getProfile()
69
69
return false ;
70
70
}
71
71
72
- return $ this ->kernel ->getContainer ()->get ('profiler ' )->loadProfileFromResponse ($ this ->originResponse );
72
+ return $ this ->kernel ->getContainer ()->get ('profiler ' )->loadProfileFromResponse ($ this ->response );
73
73
}
74
74
75
75
/**
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ public function testStateAfterSubRequest()
21
21
$ client = $ this ->createClient (array ('test_case ' => 'Session ' , 'root_config ' => 'config.yml ' ));
22
22
$ client ->request ('GET ' , 'https://localhost/subrequest/en ' );
23
23
24
- $ this ->assertEquals ('--fr/json--en/html--fr/json--http://localhost/subrequest/fragment/en ' , $ client ->getOriginResponse ()->getContent ());
24
+ $ this ->assertEquals ('--fr/json--en/html--fr/json--http://localhost/subrequest/fragment/en ' , $ client ->getResponse ()->getContent ());
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments