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