pantheon-systems / behat-drush-endpoint
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: 2022-02-05 15:52:49 UTC
README
Behat Drush Endpoint是用于与Behat Drupal Driver一起工作的远程组件。
Behat Drupal Driver包含三个驱动器:Blackbox、Direct 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
。