From e3ac51c2e659c7c84572acf905a9f3e7988b7e3e Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Mon, 22 Jun 2015 13:26:27 +0200 Subject: [PATCH] No change auto-test note --- COOKBOOK-FIXERS.md | 2 ++ 1 file changed, 2 insertions(+) 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`