pantheon-systems/behat-drush-endpoint

此包已被弃用且不再维护。作者建议使用drush-ops/behat-drush-endpoint包。

用于与drupal/drupal-driver一起使用的Drush命令文件。


README

Behat Drush Endpoint是用于与Behat Drupal Driver一起工作的远程组件。

Behat Drupal Driver包含三个驱动器:BlackboxDirect Drupal APIDrush。只有在使用Drush驱动器时,Behat Drush Endpoint才是必要的。

安装说明

以下说明适用于

  • DRUSH 10
  • DRUSH 9
  • DRUSH 8.2.0+

如果你使用的是早期版本的Drush 8,请切换到8.x分支。

如果你使用Composer管理Drupal站点,请按照以下方式将Behat Drush Endpoint添加到你的项目中

composer require drush-ops/behat-drush-endpoint:^9

如果你在远程Drupal站点上不使用composer.json,请将此项目的全部内容复制到ROOT/drushROOT/sites/all/drush,然后执行cd behat-drush-endpoint并运行composer install