[Solar-talk] Solar Testing via external test library
Rodrigo Moraes
rodrigo.moraes at gmail.com
Wed Oct 11 19:57:40 PDT 2006
On 10/11/06, Travis Swicegood wrote:
> Any thoughts, ideas?
Travis,
It seems that there is a way to output XML with PHPUnit3: using the
option --log-xml. The class that builds it is PHPUnit_Util_Log_XML. I
don't know if it is similar to what you mentioned; the option is
documented in the Pocket Guide:
www.phpunit.de/pocket_guide/3.0/en/textui.html
I was exploring PHPUnit3 today and tryed to build skeleton classes. I
had problems because of file_exists() not searching in the include
path - in the end I've done some hacks to get something working, he,
but well, I was just exploring.
I like the code coverage reports it produces with xdebug, but it seems
that SimpleTest also has something like this.
rodrigo
More information about the solar-talk
mailing list