X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FDriver%2FSeleniumFactorySpec.php;fp=vendor%2Fbehat%2Fmink-extension%2Fspec%2FBehat%2FMinkExtension%2FServiceContainer%2FDriver%2FSeleniumFactorySpec.php;h=0000000000000000000000000000000000000000;hp=a1fb5050d68079b88594512fb3df9c03ee3c6d5c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SeleniumFactorySpec.php b/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SeleniumFactorySpec.php deleted file mode 100644 index a1fb5050d..000000000 --- a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SeleniumFactorySpec.php +++ /dev/null @@ -1,23 +0,0 @@ -shouldHaveType('Behat\MinkExtension\ServiceContainer\Driver\DriverFactory'); - } - - function it_is_named_selenium() - { - $this->getDriverName()->shouldReturn('selenium'); - } - - function it_supports_javascript() - { - $this->supportsJavascript()->shouldBe(true); - } -}