Skip to content

Commit 72af138

Browse files
committed
Update tests/PriorityTest.php
1 parent b0be5bf commit 72af138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PriorityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class PriorityTest extends TestCase
3737
/**
3838
* @dataProvider providePriorityCases
3939
*/
40-
public function testPriorities(FixerInterface $firstFixer, FixerInterface $secondFixer): void
40+
public function testPriorities(FixerInterface $firstFixer, FixerInterface $secondFixer, string $expected, string $input): void
4141
{
4242
self::assertLessThan($firstFixer->getPriority(), $secondFixer->getPriority());
4343
}

0 commit comments

Comments
 (0)