Since the update/crash of 6/3, test results are not showing verbose() output, which makes it difficult to figure out why some tests are failing.

Comments

rfay’s picture

Status: Active » Fixed

I don't believe we have *ever* supported verbose in test results, as the verbose flag is turned off.

What I've always done to simulate it is $this->pass('message');

boombatower’s picture

Indeed, it has always been forcefully disable since pifr would then have to transfer all the verbose output files and store them on qa.d.o which isn't something we support at the moment.

Automatically closed -- issue fixed for 2 weeks with no activity.