gpt4 book ai didi

Behat error : MinkExtension 1. 3 只支持MinkGoutteDriver的Goutte 1.x,不支持Goutte 2.x

转载 作者:行者123 更新时间:2023-12-02 08:26:27 24 4
gpt4 key购买 nike

我一直在兜圈子,所以我将从我开始的地方开始:

我正在运行以下内容:

composer.json:

{
"require": {
"behat/behat": "2.5.*@stable",
"behat/symfony2-extension": "@stable",
"behat/mink": "@stable",
"behat/mink-extension": "@stable",
"behat/mink-browserkit-driver": "@stable",
"behat/mink-goutte-driver": "1.*@stable",
"behat/mink-selenium2-driver": "@stable",
"phpunit/php-code-coverage": "@stable",
"phpunit/phpunit-mock-objects": "@stable",
"phpunit/phpunit": "@stable",
},
"config": {
"bin-dir": "bin/"
}
}

behat.yml:

default:
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~

这给了我这个错误:

[RuntimeException]

MinkExtension 1.3 only supports Goutte 1.x for MinkGoutteDriver, not Goutte 2.x.

我需要使用 behat 2.5.* 但除此之外,我不在乎。我怎样才能让它工作?

谢谢

最佳答案

呃..很明显。

将此添加到 composer.json 中的要求:

        "fabpot/goutte": "1.*@stable",

(我以为 composer 会意识到它需要 goutte 1.* 但显然不是)

关于Behat error : MinkExtension 1. 3 只支持MinkGoutteDriver的Goutte 1.x,不支持Goutte 2.x,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31819813/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com