You are here

protected function ErrorHandlingTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\ErrorHandlingTest::setUp()

File

vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php, line 16

Class

ErrorHandlingTest

Namespace

Behat\Mink\Tests\Driver\Custom

Code

protected function setUp() {
  $this->client = new TestClient();
}