gpt4 book ai didi

Codeception:调用未定义的方法 FunctionalTester::expectException

转载 作者:行者123 更新时间:2023-12-02 03:30:09 30 4
gpt4 key购买 nike

根据代码documentation我应该能够通过运行以下命令捕获 HttpException:

$I->expectException(HttpException::class, function () {
$I->amOnRoute('that-doesnt/exist');
});

但是我得到了一个错误:

[RuntimeException] Call to undefined method FunctionalTester::expectException

我正在使用 Codeception 2.4.3

最佳答案

为了使 expectException 方法在测试中可用,必须在 functional.suite.yml 文件中启用 Assert 模块:

modules:
enabled:
- Asserts

关于Codeception:调用未定义的方法 FunctionalTester::expectException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52068301/

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