lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
169 stars 13 forks source link

output info about the registered testlistener #20

Open staabm opened 10 years ago

staabm commented 10 years ago

I think it would help debugging and configure the runner if it would output a message like Running testsuite using clever-and-smart before the actual test suite run so people see immediately that they use a different setup...

lstrojny commented 10 years ago

Makes sense. We just replace "PHPUnit XXX by Sebastian Bergmann." with "PHPUnit with a super awesome runner. No author follows"

staabm commented 10 years ago

Hehe... I tried some things already but it seems like phpunit discards output from a listener... therefore this could need some support from phpunit core.