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