当我在 Laravel 项目上的 GitHub worklfow 操作中运行测试时,我从所有 PHPUnit 测试中收到此错误:
Error: Call to a member function addContext() on null
addContext()
函数不是我的自定义函数。
我没有更改代码,没有更改测试,只是在我的拉取请求中做了一些不相关的修改。
有什么办法可以解决这个问题吗?
也许是版本不匹配或者 PHPUnit 中某些未经充分测试的升级?
我不知道如何开始解决它,所以请帮我一些建议。
Please check the PHPUnit, and Laravel Versions and also try to run with composer autodump.