shouldHaveType('Behat\MinkExtension\ServiceContainer\Driver\DriverFactory'); } function it_is_named_goutte() { $this->getDriverName()->shouldReturn('goutte'); } function it_does_not_support_javascript() { $this->supportsJavascript()->shouldBe(false); } }