Im trying to get the container in my testcase.
$client = self::createPantherClient()->getContainer()
&
Error : Call to undefined method Symfony\Component\Panther\Client::getContainer()
So how do you get the container within a Panther test client?