0
我使用PHPUnit的3.7,我已經遇到以下錯誤日誌,當我通過命令行運行我的測試:PHPUnit的令人費解的錯誤日誌
Running TestSuite tests
PHPUnit 3.7.25 by Sebastian Bergmann.
Configuration read from phpunit.xml
..................E<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Unsupported operand types</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
沒有記錄追蹤或任何會幫助我確定錯誤的實際位置......我如何讓phpunit記錄這些信息?
感謝