X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fapi_background.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Fapi_background.feature;h=0000000000000000000000000000000000000000;hp=3d911995e2cda4f00264805667399e75b9b791ec;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/drupal-extension/features/api_background.feature b/vendor/drupal/drupal-extension/features/api_background.feature deleted file mode 100644 index 3d911995e..000000000 --- a/vendor/drupal/drupal-extension/features/api_background.feature +++ /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 |