# 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/

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