You are here

public function InstantiationTest::testInstantiateWithoutClient in Zircon Profile 8

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

File

vendor/behat/mink-goutte-driver/tests/Custom/InstantiationTest.php, line 21

Class

InstantiationTest

Namespace

Behat\Mink\Tests\Driver\Custom

Code

public function testInstantiateWithoutClient() {
  $driver = new GoutteDriver();
  $this
    ->assertInstanceOf('Behat\\Mink\\Driver\\Goutte\\Client', $driver
    ->getClient());
}