如何隐藏cakephp登录控制台结果phpunit?

时间:2016-10-03 08:44:01

标签: php unit-testing cakephp testing phpunit

在控制台上通过phpunit运行单元测试时,它总是显示我在logfile中输入的消息: 这个我将测试的示例文件:

Sample.php

public funtion testThis() {
    CakeLog::write('error', "This is a test");
}

然后我在控制台中运行

  

$ ./Console/cake test app

我会得到这个结果:

PHPUnit 3.7.38 by Sebastian Bergmann.

............This is a test..........50/50 (100%)

1 个答案:

答案 0 :(得分:0)

您需要检查配置/配置记录器。我的猜测是它没有写入的位置,因此使用STDOUTSTDERR进行输出。

尝试使用http://192.168.10.55:1935/live/myStream/playlist.m3u8进行设置(选择合适的Cake版本)。