when I try to run phpunit the only output is a question mark ?
benino@benino-VirtualBox:/$ phpunit
?benino@benino-VirtualBox:/$
benino@benino-VirtualBox:/$ phpunit --version
?benino@benino-VirtualBox:/$
I get the same output if I actually try to run a test.
I then downloaded the current version of phpunit as follows:
$ wget https://phar.phpunit.de/phpunit.phar
$ php phpunit.phar --version
The output of that last command is:
??r????
I have no idea what's wrong.
running php 5.3.8 on Ubuntu
detect_unicode = Offto your php.ini file. Had a very similar issue although it was with composer and not phpunit.