When using PHP CS Fixer to resolve syntax errors on file save and using the Symfony rule set, any function names that are not camelCase will be corrected (as expected). However when writing PHP Unit based tests, it’s often common practice to make the function names snake_case. This normally means that PHP CS Fixer will resolve the issue automatically, even