OK, so if anyone has trouble with getting none or incomplete output from PHPUnit command line, double-check your php.ini configuration directives:
error_reporting - should be set to E_ALL | E_STRICT for your development environment
display_errors - should be set to On
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT