Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / mink-extension / spec / Behat / MinkExtension / ServiceContainer / MinkExtensionSpec.php
diff --git a/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/MinkExtensionSpec.php b/vendor/behat/mink-extension/spec/Behat/MinkExtension/ServiceContainer/MinkExtensionSpec.php
deleted file mode 100644 (file)
index c16533b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-namespace spec\Behat\MinkExtension\ServiceContainer;
-
-use PhpSpec\ObjectBehavior;
-
-class MinkExtensionSpec extends ObjectBehavior
-{
-    function it_is_a_testwork_extension()
-    {
-        $this->shouldHaveType('Behat\Testwork\ServiceContainer\Extension');
-    }
-
-    function it_is_named_mink()
-    {
-        $this->getConfigKey()->shouldReturn('mink');
-    }
-}