From 279ff66fdaca143a5f04008a1860a0fe1bda4347 Mon Sep 17 00:00:00 2001 From: Tom Oram Date: Sun, 15 Dec 2013 20:23:17 +0000 Subject: [PATCH] Rename local variables does not corrupt other variables starting with the variable name being changed --- features/rename_local_variable.feature | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/features/rename_local_variable.feature b/features/rename_local_variable.feature index 9ba7b75..3389255 100644 --- a/features/rename_local_variable.feature +++ b/features/rename_local_variable.feature @@ -48,3 +48,45 @@ Feature: Rename Local Variable } } """ + + Scenario: Rename variable in method other other similarly named variables on same line + Given a PHP File named "src/SimilarVariableName.php" with: + """ +