Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / mink-extension / spec / Behat / MinkExtension / ServiceContainer / Driver / SahiFactorySpec.php
diff --git a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SahiFactorySpec.php b/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/Driver/SahiFactorySpec.php
deleted file mode 100644 (file)
index abdb7d5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-namespace spec\Behat\MinkExtension\ServiceContainer\Driver;
-
-use PhpSpec\ObjectBehavior;
-
-class SahiFactorySpec extends ObjectBehavior
-{
-    function it_is_a_driver_factory()
-    {
-        $this->shouldHaveType('Behat\MinkExtension\ServiceContainer\Driver\DriverFactory');
-    }
-
-    function it_is_named_sahi()
-    {
-        $this->getDriverName()->shouldReturn('sahi');
-    }
-
-    function it_supports_javascript()
-    {
-        $this->supportsJavascript()->shouldBe(true);
-    }
-}