gpt4 book ai didi

behat - 运行 `bin/behat` 时出现 "Class not found"错误

转载 作者:行者123 更新时间:2023-12-02 04:50:45 24 4
gpt4 key购买 nike

当我运行 bin/behat 时出现此错误。

PHP Fatal error: Class 'Symfony\Component\Console\Application' not found in /vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php on line 31

我的 composer.json 文件包含以下内容:

{
"require": {
"drupal/drupal-extension": "",
"behat/behat": "2.4.
@stable",
"behat/mink": "1.4@stable",
"behat/mink-goutte-driver": "",
"behat/mink-selenium-driver": "
",
"behat/mink-selenium2-driver": "",
"behat/mink-sahi-driver": "
",
"behat/mink-zombie-driver": "",
"behat/mink-extension": "
"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/"
}
}

由于某些原因,symfony/CssSelector 克隆失败:

[RuntimeException]
Failed to clone via git, https and http protocols, aborting.

最佳答案

我建议删除 binvendor 文件夹和 composer.lock 文件并运行 php composer.phar install再次,包应该安装正常。

关于behat - 运行 `bin/behat` 时出现 "Class not found"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18902132/

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