X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2Fdrupalapi.rst;fp=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2Fdrupalapi.rst;h=0000000000000000000000000000000000000000;hp=c8f5d2a0ef7ac2cc1b97fb2b53773b13e955be5d;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/drupal-extension/doc/drupalapi.rst b/vendor/drupal/drupal-extension/doc/drupalapi.rst deleted file mode 100644 index c8f5d2a0e..000000000 --- a/vendor/drupal/drupal-extension/doc/drupalapi.rst +++ /dev/null @@ -1,29 +0,0 @@ -Drupal API Driver -================= - -The Drupal API Driver is the fastest and the most powerful of the three -drivers. Its biggest limitation is that the tests must run on the same server -as the Drupal site. - -Enable the Drupal API Driver ----------------------------- -To enable the Drupal API driver, edit the behat.yml file, change the api_driver -to drupal and add the path to the local Drupal installation as shown below: - -.. literalinclude:: _static/snippets/behat-api.yml - :language: php - :linenos: - :emphasize-lines: 15,18-19 - -.. note:: - It's fine to leave the information for the drush driver in the file. It's - the api_driver value that declares which setting will be used for scenarios - tagged @api. - -Using this driver, you gain the ability to use all the steps in the -examples below (and more). - -.. literalinclude:: _static/snippets/api.feature - :language: gherkin - :linenos: - :emphasize-lines: 1