Security update for permissions_by_term
[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
new file mode 100644 (file)
index 0000000..ba41cbc
--- /dev/null
@@ -0,0 +1,15 @@
+<?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');
+    }
+}