Skip to content

Commit

Permalink
use snake case for PHPUnit test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Jan 23, 2021
1 parent a009f75 commit 411e012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'declare_strict_types' => true,
'php_unit_method_casing' => ['case' => 'snake_case'],
])
->setFinder($finder);

0 comments on commit 411e012

Please sign in to comment.