Phpunit 3.7 を使用していますが、コマンド ラインからテストを実行すると、次のエラー ログが表示されます。
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にこの情報を記録させることができますか?
ありがとう