public function SessionTest::testStart in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::testStart()
- 8.0 vendor/symfony/http-foundation/Tests/Session/SessionTest.php \Symfony\Component\HttpFoundation\Tests\Session\SessionTest::testStart()
Same name and namespace in other branches
- 8 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::testStart()
File
- vendor/
behat/ mink/ tests/ SessionTest.php, line 60
Class
Namespace
Behat\Mink\TestsCode
public function testStart() {
$this->driver
->expects($this
->once())
->method('start');
$this->session
->start();
}