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