PHPUnit - 错误:在 null 上调用成员函数 addContext()

问题描述 投票:0回答:1

当我在 Laravel 项目上的 GitHub worklfow 操作中运行测试时,我从所有 PHPUnit 测试中收到此错误:

Error: Call to a member function addContext() on null

addContext()
函数不是我的自定义函数。

我没有更改代码,没有更改测试,只是在我的拉取请求中做了一些不相关的修改。

有什么办法可以解决这个问题吗?

也许是版本不匹配或者 PHPUnit 中某些未经充分测试的升级?

我不知道如何开始解决它,所以请帮我一些建议。

php laravel testing phpunit
1个回答
0
投票
Please check the PHPUnit, and Laravel Versions and also try to run with composer autodump. 
© www.soinside.com 2019 - 2024. All rights reserved.