liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 182 forks source link

Replaces call to deprecated isMasterRequest with isMainRequest #588

Closed bmupex closed 3 years ago

alexislefebvre commented 3 years ago

Thanks for the PR. This method doesn't exist on Symfony 4.4. It could call isMainRequest if it's available, otherwise call isMasterRequest.

alexislefebvre commented 3 years ago

Thanks! This is available in the last release: https://github.com/liip/LiipFunctionalTestBundle/releases/tag/4.4.2