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
fix(symfony): add a alwaysBootKernel property for BC layer (#7007)
* fix(symfony): implement $alwaysBootKernel property for bc-layer
* fix(symfony): ensures that getContainer is not overriden
* fix(symfony): update test for kernel boot strategy
* fix(symfony): cs for trigger_deprecation
* fix(symfony): possibility to hide deprecation and set alwaysBootKernel to false by default
* fix(symfony): emulate 5.0 kernel behaviour for functional tests
* fix(symfony): emulate 5.0 kernel behaviour for functional tests
if (!class_exists(AbstractBrowser::class) || !trait_exists(HttpClientTrait::class)) {
50
68
thrownew \LogicException('You cannot create the client used in functional tests if the BrowserKit and HttpClient components are not available. Try running "composer require --dev symfony/browser-kit symfony/http-client".');
0 commit comments