shouldHaveType(DriverFactory::class); } function it_is_named_browserkit() { $this->getDriverName()->shouldReturn('browserkit_http'); } function it_does_not_support_javascript() { $this->supportsJavascript()->shouldBe(false); } }