public function ErrorHandlingTest::testGetClient in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\ErrorHandlingTest::testGetClient()
File
- vendor/
behat/ mink-browserkit-driver/ tests/ Custom/ ErrorHandlingTest.php, line 21
Class
Namespace
Behat\Mink\Tests\Driver\CustomCode
public function testGetClient() {
$this
->assertSame($this->client, $this
->getDriver()
->getClient());
}