liip / LiipFunctionalTestBundle

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

Fix access to static $env property form 'self::$env' to 'static::$env' #596

Closed mikysan closed 2 years ago

mikysan commented 2 years ago

This fix allows to extend WebTestCase and override the static $env property value effectively.

Closes issue #595

alexislefebvre commented 2 years ago

Thanks! Please try the last release: https://github.com/liip/LiipFunctionalTestBundle/releases/tag/4.5.1