Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / FeatureContext.php.inc
diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/FeatureContext.php.inc b/vendor/drupal/drupal-extension/doc/_static/snippets/FeatureContext.php.inc
deleted file mode 100644 (file)
index 66d6136..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-use Behat\Behat\Tester\Exception\PendingException;
-use Drupal\DrupalExtension\Context\RawDrupalContext;
-use Behat\Behat\Context\SnippetAcceptingContext;
-use Behat\Gherkin\Node\PyStringNode;
-use Behat\Gherkin\Node\TableNode;
-
-/**
- * Defines application features from the specific context.
- */
-class FeatureContext extends RawDrupalContext implements SnippetAcceptingContext {
-
-  /**
-   * Initializes context.
-   *
-   * Every scenario gets its own context instance.
-   * You can also pass arbitrary arguments to the
-   * context constructor through behat.yml.
-   */
-  public function __construct() {
-  }
-}