Skip to content

Commit

Permalink
DX: FixerFactoryTest - make assertion failing msg more descriptive (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 25, 2023
1 parent 25da939 commit e008ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoReview/FixerFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public function testFixerWithNoneDefaultPriorityIsTested(): void
}
}

self::assertEmpty($missing, 'Fixers without default priority and without priority tests: "'.implode('", "', array_keys($missing)).'."');
self::assertEmpty($missing, 'Fixers with non-default priority and yet without priority unit tests [vide "getFixersPriorityGraph()" and "getPhpDocFixersPriorityGraph()"]: "'.implode('", "', array_keys($missing)).'."');
}

/**
Expand Down

0 comments on commit e008ba6

Please sign in to comment.