Para simplificar os testes podemos criar um arquivo phpunit.xml com as configurações
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="general">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Depois de o PHPunit estar instalado globalmente no sistema é possível executar os testes somente executando:
phpunit
Code completion for PHPUnit and Selenium in NetBeans
http://stackoverflow.com/questions/9206961/code-completion-for-phpunit-and-selenium-in-netbeans