public function SessionTest::testReload in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::testReload()
File
- vendor/
behat/ mink/ tests/ SessionTest.php, line 222
Class
Namespace
Behat\Mink\TestsCode
public function testReload() {
$this->driver
->expects($this
->once())
->method('reload');
$this->session
->reload();
}