pronovix / behat-drush-endpoint
与drupal/drupal-driver配合使用的Drush命令文件。
9.3.0
2019-03-29 17:31 UTC
Requires
- php: >=5.3.0
- drupal/drupal-driver: *
Conflicts
- drush/drush: <8.2 || >=9.0 <9.6.0 || >=10.0
This package is not auto-updated.
Last update: 2024-09-22 12:55:16 UTC
README
Behat Drush Endpoint是用于与Behat Drupal Driver协同工作的远程组件。
Behat Drupal Driver包含三个驱动器: Blackbox、Direct Drupal API和Drush。只有在使用Drush驱动器时,Behat Drush Endpoint才是必要的。
安装说明
这些说明适用于DRUSH 9或DRUSH 8.2+的DRUSH。如果您正在使用早于DRUSH 8的版本,请切换到8.x分支。
如果您使用Composer管理您的Drupal站点,请按照以下方式将Behat Drush Endpoint添加到您的项目中
composer require drush-ops/behat-drush-endpoint:^9
如果您在远程Drupal站点上未使用composer.json,则将此项目的全部内容复制到cd behat-drush-endpoint
并运行composer install
。