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