public function SessionTest::testInstantiateWithoutOptionalDeps in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/tests/SessionTest.php \Behat\Mink\Tests\SessionTest::testInstantiateWithoutOptionalDeps()
File
- vendor/
behat/ mink/ tests/ SessionTest.php, line 44
Class
Namespace
Behat\Mink\TestsCode
public function testInstantiateWithoutOptionalDeps() {
$session = new Session($this->driver);
$this
->assertInstanceOf('Behat\\Mink\\Selector\\SelectorsHandler', $session
->getSelectorsHandler());
}