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
Description
In symfony/framework-bundle@58e572e, protected static $client; was added to \Symfony\Bundle\FrameworkBundle\Test\WebTestCase.
I've upgraded my project to Symfony 4.3.0-BETA2 and had to fix my test suite and that of already multiple different libraries because it used $this->client to access the client (which is now triggering errors like Accessing static property Craue\FormFlowBundle\Tests\RevalidatePreviousStepsFlowTest::$client as non static, when it used to "work" before).