Co potrzebuję aby uruchomić w konsoli przykładowy jeden z tych testów:

# run all tests of the application
$ phpunit

# run all tests in the Util directory
$ phpunit tests/AppBundle/Util

# run tests for the Calculator class
$ phpunit tests/AppBundle/Util/CalculatorTest.php

# run all tests for the entire Bundle
$ phpunit tests/AppBundle/
questionmark.gif

Symfony w composer posiada tylko symfony/phpunit-bridge
zainstalowałem za pomocą homebrew phpunit
ale ciągle nie działa