Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-driver / doc / drivers.rst
diff --git a/vendor/drupal/drupal-driver/doc/drivers.rst b/vendor/drupal/drupal-driver/doc/drivers.rst
new file mode 100644 (file)
index 0000000..53b9c53
--- /dev/null
@@ -0,0 +1,23 @@
+Comparison of Drivers
+=====================
+
+The available drivers for interacting with your site, which are
+compatible with Drupal 7, and 8. Each driver has its own limitiations.
+
++-----------------------+----------+-------+------------+
+| Feature               | Blackbox | Drush | Drupal API |
++=======================+==========+=======+============+
+| Create users          | No       | Yes   | Yes        |
++-----------------------+----------+-------+------------+
+| Create nodes          | No       | [*]   | Yes        |
++-----------------------+----------+-------+------------+
+| Create vocabularies   | No       | No    | Yes        |
++-----------------------+----------+-------+------------+
+| Create taxonomy terms | No       | [*]   | Yes        |
++-----------------------+----------+-------+------------+
+| Run tests and site    |          |       |            |
+| on different servers  | Yes      | Yes   | No         |
++-----------------------+----------+-------+------------+
+
+[*] Possible if behat.d7.drush.inc or behat.d8.drush.inc,
+    as appropriate, is installed in the target Drupal site.