Symfony functional testing asserting after redirect Symfony functional testing asserting after redirect symfony symfony

Symfony functional testing asserting after redirect


You must get the crawler returned by the followredirect() function:

$crawler = $client->followRedirect();