shouldHaveType('Behat\MinkExtension\ServiceContainer\Driver\DriverFactory'); } function it_is_named_selenium() { $this->getDriverName()->shouldReturn('selenium'); } function it_supports_javascript() { $this->supportsJavascript()->shouldBe(true); } }