为了账号安全,请及时绑定邮箱和手机立即绑定

覆盖 phpunit on Laravel 5.2

覆盖 phpunit on Laravel 5.2

PHP
动漫人物 2022-08-05 09:56:58
我执行PhPUnit,覆盖率报告无法生成,Laravel版本:5.2 Php版本:7.3.11。日志输出为:PHPUnit 4.8.36 由 Sebastian Bergmann 和贡献者提供。.使用时间: 1.51 秒, 内存: 22.00MB正常(1 个测试,1 个断言)正在生成 HTML 格式的代码覆盖率报告...count():参数必须是实现 Countable 的数组或对象我不知道这里怎么了?这是我的测试源:<?phpuse Illuminate\Foundation\Testing\WithoutMiddleware;use Illuminate\Foundation\Testing\DatabaseMigrations;use Illuminate\Foundation\Testing\DatabaseTransactions;use Illuminate\Http\Response;class TravelControllerTest extends TestCase{    /**     * A basic functional test example.     *     * @return void     */    public function testBasicExample()    {         $response = $this->json('GET', '/v1/abc', ['id' => 'Sally']);         $response->assertSessionHas('temporary_id', $value = 'Sally');    }}
查看完整描述

1 回答

?
慕的地8271018

TA贡献1796条经验 获得超4个赞

升级PHPUnit和PhpCodeCoverage软件包将是解决方案。你的软件包已经过时了!这是旧版本中的一个错误。

以下是有关此主题的一些讨论:

https://github.com/Codeception/Codeception/issues/4703

https://github.com/sebastianbergmann/php-code-coverage/issues/551


查看完整回答
反对 回复 2022-08-05
  • 1 回答
  • 0 关注
  • 114 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信