drush-ops / behat-drush-endpoint
用于与 drupal/drupal-driver 一起使用的 Drush 命令文件。
9.4.1
2022-02-05 15:16 UTC
Requires
- php: >=5.3.0
- drupal/drupal-driver: *
Requires (Dev)
- composer/installers: ^1.2
- drupal/core: ^8.8
- drupal/core-composer-scaffold: ^8.8.1
- drush/drush: ^8.3.3 || ^10.2.2
- g1a/composer-test-scenarios: ^3.0.2
- pantheon-systems/drupal-integrations: ^8
- phpunit/phpunit: ^6.5
- symfony/filesystem: ^3.4.28
- webflo/drupal-finder: ^1.1.0
- webmozart/path-util: ^2.3
- zaporylie/composer-drupal-optimizations: ^1.0.2
Conflicts
- drush/drush: <8.2 || >=9.0 <9.6.0
- 9.x-dev
- 9.4.1
- 9.4.0
- 9.3.2
- 9.3.1
- 9.3.0
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 8.x-dev
- 8.3.0
- 8.2.4
- 8.2.3
- 8.2.2
- 8.2.1
- 8.2.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.0.5
- 0.0.4
- 0.0.3
- v0.0.2
- v0.0.1
- dev-use-test-scenarios
- dev-drupal-9
- dev-remove-deprecations
- dev-add-tests
- dev-drush-10
- dev-allow-8
- dev-drush8-bc
- dev-master
- dev-arosboro-drush9
- dev-drush-9-support
- dev-no-phpunit
- dev-symfony-2.6
This package is auto-updated.
Last update: 2024-09-05 21:23:29 UTC
README
Behat Drush Endpoint 是与 Behat Drupal Driver 一起工作的远程组件。
Behat Drupal Driver 包含三个驱动程序: 黑盒、直接 Drupal API 和 Drush。当使用 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/drush 或 ROOT/sites/all/drush,然后 cd behat-drush-endpoint
并运行 composer install
。