如何从Zend Controller Test调度方法中捕获输出?

时间:2012-10-31 09:43:33

标签: zend-framework phpunit

在执行控制器测试方法和运行调度方法时,我发现它回显了输出,

如何捕获该输出而不是将其打印到命令行?

1 个答案:

答案 0 :(得分:2)

您可以在PHPUnit中使用内置支持:http://phpunit.de/manual/current/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.output


从提及输出缓冲的旧答案编辑。