On 26 March 2010 18:00, Richard Quadling <[email protected]> wrote: > On 26 March 2010 17:35, Hector Virgen <[email protected]> wrote: >> Try running phpunit with the --testdox and --verbose switches. >> >> -- >> Hector >> >> >> On Fri, Mar 26, 2010 at 9:35 AM, Richard Quadling <[email protected]> >> wrote: >>> >>> Hi. >>> >>> I've been using Zend_Soap for a while and now started using Zend_Config. >>> >>> I want to run the tests, so I go to the tests\Zend\Soap directory and >>> run AllTests.php >>> >>> I get a summary output, but I cannot see how to get the detail of the >>> output. >>> >>> I'm used to running PEAR test and having a set of files produced >>> showing what output was expected as well as what was actually output. >>> >>> How do I get more details about the results of a test. And is this >>> documented somewhere? >>> >>> Regards, >>> >>> Richard. >>> >>> -- >>> ----- >>> Richard Quadling >>> "Standing on the shoulders of some very clever giants!" >>> EE : http://www.experts-exchange.com/M_248814.html >>> EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp >>> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 >>> ZOPA : http://uk.zopa.com/member/RQuadling >> >> > > Currently I just run AllTests.php directly. > > ==========SCREEN========== > [2010/03/26 17:59:18] [D:\Personal > Files\Downloads\Software\Programming\PHP\Checkouts\Zend > Framework\tests\Zend\Soap] [] >AllTests.php > PHPUnit 3.4.11 by Sebastian Bergmann. > > .....ISSS.S..................................S..SS........I. 60 / 135 > S........................................................... 120 / 135 > .............SS > > Time: 1 second, Memory: 7.50Mb > > OK, but incomplete or skipped tests! > Tests: 135, Assertions: 249, Incomplete: 2, Skipped: 10. > ==========SCREEN========== > > > > -- > ----- > Richard Quadling > "Standing on the shoulders of some very clever giants!" > EE : http://www.experts-exchange.com/M_248814.html > EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp > Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 > ZOPA : http://uk.zopa.com/member/RQuadling >
Well DUH!!!! phpunit --verbose AllTests.php and no I can see the results. Thanks Hector! -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling
