Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / spec / Drupal / DrupalExtension / Context / DrupalContextSpec.php
diff --git a/vendor/drupal/drupal-extension/spec/Drupal/DrupalExtension/Context/DrupalContextSpec.php b/vendor/drupal/drupal-extension/spec/Drupal/DrupalExtension/Context/DrupalContextSpec.php
deleted file mode 100644 (file)
index 4cf4878..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-namespace spec\Drupal\DrupalExtension\Context;
-
-use PhpSpec\ObjectBehavior;
-use Prophecy\Argument;
-
-class DrupalContextSpec extends ObjectBehavior
-{
-    function it_is_drupal_aware()
-    {
-        $this->shouldHaveType('Drupal\DrupalExtension\Context\RawDrupalContext');
-    }
-
-    function it_is_a_translatable_context()
-    {
-        $this->shouldHaveType('Behat\Behat\Context\TranslatableContext');
-    }
-
-}