Skip to content

Commit

Permalink
Allow having pretty method name for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Apr 10, 2024
1 parent 54a52f8 commit 7dccdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'@PhpCsFixer' => true,
'@Symfony' => true,
'array_syntax' => ['syntax' => 'short'],
'php_unit_method_casing' => false,
])
->setCacheFile('.cache/php-cs-fixer.cache')
->setFinder($finder)
Expand Down
2 changes: 1 addition & 1 deletion test/unit/vendor/lime/lime_harnessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private function provideOnlyOneTestFile(): iterable
];
}

public function testRegisterFilesWithGlobThenRunThemAll(): void
public function test_registerFilesWithGlob_thenRunThemAll(): void
{
$harness = $this->makeHarness();

Expand Down

0 comments on commit 7dccdd1

Please sign in to comment.