Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / drivers.rst
1 Drupal Extension Drivers
2 ========================
3
4 The Drupal Extension provides drivers for interacting with your site which are
5 compatible with Drupal 6, 7, and 8. Each driver has its own limitations.
6
7 +-----------------------+----------+---------+------------+
8 | Feature               | Blackbox | Drush   | Drupal API |
9 +=======================+==========+=========+============+
10 | Map Regions           | Yes      | Yes     | Yes        |
11 +-----------------------+----------+---------+------------+
12 | Create users          | No       | Yes     | Yes        |
13 +-----------------------+----------+---------+------------+
14 | Create nodes          | No       | Yes [*] | Yes        |
15 +-----------------------+----------+---------+------------+
16 | Create vocabularies   | No       | Yes [*] | Yes        |
17 +-----------------------+----------+---------+------------+
18 | Create taxonomy terms | No       | Yes [*] | Yes        |
19 +-----------------------+----------+---------+------------+
20 | Run tests and site    |          |         |            |
21 | on different servers  | Yes      | Yes     | No         |
22 +-----------------------+----------+---------+------------+
23
24 [*] Requires that the `Behat Drush Endpoint <https://github.com/drush-ops/behat-drush-endpoint>`_ be installed on the Drupal site under test.