Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / features / api_background.feature
diff --git a/vendor/drupal/drupal-extension/features/api_background.feature b/vendor/drupal/drupal-extension/features/api_background.feature
deleted file mode 100644 (file)
index 3d91199..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-@d6 @d7 @d8 @api
-Feature: DrupalContext
-  Test DrupalContext in combination with Backgrounds
-
-  Background:
-    Given "tags" terms:
-      | name    |
-      | Tag one |
-      | Tag two |
-
-    Given users:
-      | name     |
-      | User one |
-      | User two |
-
-    Given "article" content:
-      | title    |
-      | Node one |
-      | Node two |
-
-  Scenario Outline:
-    Given I am not logged in
-
-    Examples:
-      | user |
-      | foo  |
-      | bar  |