In unit tests section, Change: # run tests for the Article class $ phpunit -c app src/Acme/DemoBundle/Tests/Utility/CalculatorTest.php to: # run tests for the Calculator class $ phpunit -c app src/Acme/DemoBundle/Tests/Utility/CalculatorTest.php