diff --git a/COOKBOOK-FIXERS.md b/COOKBOOK-FIXERS.md index 60b2e8f85a9..f725ad7802a 100644 --- a/COOKBOOK-FIXERS.md +++ b/COOKBOOK-FIXERS.md @@ -155,6 +155,8 @@ fixer does not change what is not supposed to change. Thus: ... ``` +Note that expected outputs are **always** tested alone to ensure your fixer will not change it. + We want to have a failing test to start with, so the test file now looks like: `Symfony/CS/Tests/Fixer/Contrib/RemoveCommentsFixerTest.php`