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