Skip to content

Commit 411e012

Browse files
committed
use snake case for PHPUnit test methods
1 parent a009f75 commit 411e012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ return PhpCsFixer\Config::create()
99
->setRules([
1010
'@Symfony' => true,
1111
'declare_strict_types' => true,
12+
'php_unit_method_casing' => ['case' => 'snake_case'],
1213
])
1314
->setFinder($finder);

0 commit comments

Comments
 (0)