Skip to content

Commit 2d3e43f

Browse files
oliverkleeJakeQZ
andcommitted
Update tests/Unit/OutputFormatterTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent 0b10609 commit 2d3e43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public function provideUnchangedStringForRemoveLastSemicolon(): array
318318
* @test
319319
* @dataProvider provideUnchangedStringForRemoveLastSemicolon
320320
*/
321-
public function removeLastSemicolonWithSemicolonAfterLastRuleEnabledUnchangedArgument(string $string): void
321+
public function removeLastSemicolonWithSemicolonAfterLastRuleEnabledReturnsUnchangedArgument(string $string): void
322322
{
323323
$this->outputFormat->setSemicolonAfterLastRule(true);
324324

0 commit comments

Comments
 (0)