SyntaxFix
Write A Post
Hire A Developer
Questions
I'm having some luck with VisualPHPUnit, and it does helpfully show output, among other things.
class TestHello extends PHPUnit_Framework_TestCase { public function test_Hello() { print "hello world"; } }