【问题标题】:Echo Warning and notice while testing Laravel project测试 Laravel 项目时的回声警告和注意事项
【发布时间】:2020-01-19 07:52:09
【问题描述】:

在测试 Laravel 项目时,我想在某些情况下手动回显 警告

【问题讨论】:

    标签: phpunit laravel-testing


    【解决方案1】:

    使用 addWarning 方法

    public function testBasicTest()
        {
            $this->addWarning('There is not enough record in actual database to test pagination');
        }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-06-15
      • 1970-01-01
      • 2021-10-02
      • 2014-06-11
      • 1970-01-01
      • 2016-03-26
      • 2015-10-23
      • 1970-01-01
      相关资源
      最近更新 更多