【发布时间】:2013-07-02 12:07:20
【问题描述】:
在我的测试套件中运行它:
$this->dispatch('/default/company/infobox/id/355');
$this->assertResponseCode(200);
失败:
1) CompanyControllerTest::testCompanyInfobox
Failed asserting response code "200"
Was "500"
我怎样才能知道页面的输出是什么?在我的浏览器中访问url时,没有响应500...
提前致谢!
【问题讨论】:
-
这个问题好运吗?
标签: php debugging zend-framework testing frameworks