X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-driver%2Fdoc%2Finstall.rst;fp=vendor%2Fdrupal%2Fdrupal-driver%2Fdoc%2Finstall.rst;h=0000000000000000000000000000000000000000;hp=60636fda87c0c9dbd4c18330c391d25b7b5991f5;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/drupal-driver/doc/install.rst b/vendor/drupal/drupal-driver/doc/install.rst deleted file mode 100644 index 60636fda8..000000000 --- a/vendor/drupal/drupal-driver/doc/install.rst +++ /dev/null @@ -1,29 +0,0 @@ -Installation -============ - -To utilize the Drupal Drivers in your own project, they are installed via composer_. - -.. literalinclude:: _static/snippets/composer.json - :language: json - -and then install and run composer - -.. literalinclude:: _static/snippets/composer.bash - :language: bash - -.. _composer: https://getcomposer.org/ - -If you plan on using the Drush driver, then you need to ensure -that the behat-drush-endpoint is available in the target Drupal -site. There are two ways to do this: - -1. Copy the files manually. The project can be found at: - -https://github.com/drush-ops/behat-drush-endpoint - -2. Use Composer. - -If you are using Composer to manage your Drupal site, then -you only need to require drupal/drupal-driver and -composer/installers, and the behat-drush-endpoint files -will be copied to the correct location.