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