Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / spec / Drupal / DrupalExtension / Context / Annotation / ReaderSpec.php
diff --git a/vendor/drupal/drupal-extension/spec/Drupal/DrupalExtension/Context/Annotation/ReaderSpec.php b/vendor/drupal/drupal-extension/spec/Drupal/DrupalExtension/Context/Annotation/ReaderSpec.php
deleted file mode 100644 (file)
index ba41cbc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-namespace spec\Drupal\DrupalExtension\Context\Annotation;
-
-use PhpSpec\ObjectBehavior;
-use Prophecy\Argument;
-use ReflectionMethod;
-
-class ReaderSpec extends ObjectBehavior
-{
-    function it_is_initializable()
-    {
-        $this->shouldHaveType('Drupal\DrupalExtension\Context\Annotation\Reader');
-    }
-}