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: + """ +