You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bin/console cache:clear --env=test
In srcTestDebugProjectContainerUrlGenerator.php line 106:
Unable to generate a URL for the named route "_profiler_open_file" as such route does not exist.
@javiereguiluz pointed me to #26626, so I guess it is connected to that. Didn't have time to investigate more so I just downgraded to 4.0.6 and it works as expected.
Update:
Disabled WebProfilerBundle in test env as I do not need it and 4.0.7 works.