Closed mvanbaak closed 8 years ago
https://github.com/symfony/symfony/pull/17589 introduced forward/redirect tracking. But it breaks with this webprofiler. I'm not sure what the best way to solve this. For this, I left the web-profiler-bundle at 3.0.*
@HeahDude Can you have a look at it?
The PR for the symfony web-profiler-bundle introduces src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php, specifically the getForward() method there. It's missing if you are not using the FrameworkBundle (as is the case with silex) As soon as I update the web-profiler-bundle to 3.1 the unit tests fail because it cannot find this method (of course).
@mvanbaak Thank you for reporting this. I've opened https://github.com/symfony/symfony/pull/18959 that fixes it.
Thank you :)
https://github.com/silexphp/Silex-WebProfiler/pull/91