PHPunit Warning Using a colon that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}" is deprecated since version 3.2 and will throw a ParseException in 4.0: [eric_tu@localhost eric_tu]$ vendor/bin/phpunit --coverage-html web/reports/ PHPUnit 5.7.20 by Sebastian Bergmann and contributors. ................... 19 / 19 (100%) Time: 9.87 seconds, Memory: 36.50MB OK (19 tests, 39 assertions) Generating code coverage report in HTML format ... done Remaining deprecation notices (9) Using a colon that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}" is deprecated since version 3.2 and will throw a ParseException in 4.0: 9x 9x in BankControllerTest::testRegisterAction from AppBundle\Entity [eric_tu@localhost eric_tu]$ vendor/bin/phpunit --coverage-html web/...