public function BrowserKitDriver::reload in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php \Behat\Mink\Driver\BrowserKitDriver::reload()
Reloads current page.
Throws
UnsupportedDriverActionException When operation not supported by the driver
DriverException When the operation cannot be done
Overrides CoreDriver::reload
File
- vendor/
behat/ mink-browserkit-driver/ src/ BrowserKitDriver.php, line 165
Class
- BrowserKitDriver
- Symfony2 BrowserKit driver.
Namespace
Behat\Mink\DriverCode
public function reload() {
$this->client
->reload();
$this->forms = array();
}