X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2Fdrivers.rst;fp=vendor%2Fdrupal%2Fdrupal-extension%2Fdoc%2Fdrivers.rst;h=713f4a0ff97c1c4dd45a8143ed5bd0eaef5b041e;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-extension/doc/drivers.rst b/vendor/drupal/drupal-extension/doc/drivers.rst new file mode 100644 index 000000000..713f4a0ff --- /dev/null +++ b/vendor/drupal/drupal-extension/doc/drivers.rst @@ -0,0 +1,24 @@ +Drupal Extension Drivers +======================== + +The Drupal Extension provides drivers for interacting with your site which are +compatible with Drupal 6, 7, and 8. Each driver has its own limitations. + ++-----------------------+----------+---------+------------+ +| Feature | Blackbox | Drush | Drupal API | ++=======================+==========+=========+============+ +| Map Regions | Yes | Yes | Yes | ++-----------------------+----------+---------+------------+ +| Create users | No | Yes | Yes | ++-----------------------+----------+---------+------------+ +| Create nodes | No | Yes [*] | Yes | ++-----------------------+----------+---------+------------+ +| Create vocabularies | No | Yes [*] | Yes | ++-----------------------+----------+---------+------------+ +| Create taxonomy terms | No | Yes [*] | Yes | ++-----------------------+----------+---------+------------+ +| Run tests and site | | | | +| on different servers | Yes | Yes | No | ++-----------------------+----------+---------+------------+ + +[*] Requires that the `Behat Drush Endpoint `_ be installed on the Drupal site under test.