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