Class Symfony\Component\BrowserKit\AbstractBrowser

abstract

Simulates a browser.

To make the actual request, you need to implement the doRequest() method.

If you want to be able to run requests in their own process (insulated flag), you need to also implement the getScript() method.

Methods
Properties