Skip to content

Commit

Permalink
Merge pull request #318 from PHPCSStandards/textstrings/getcompletete…
Browse files Browse the repository at this point in the history
…xtstring-test-bug-fix

GetCompleteTextString3604Test: fix duplicate array key
  • Loading branch information
jrfnl committed Jun 5, 2022
2 parents 76c8115 + 9f14898 commit 12c75e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Utils/TextStrings/GetCompleteTextString3604Test.php
Expand Up @@ -102,11 +102,11 @@ public function dataGetCompleteTextString()
'testMarker' => '/* testVariableVar1 */',
'expectedContent' => '${$bar}',
],
'Embedded variable variable 1' => [
'Embedded variable variable 2' => [
'testMarker' => '/* testVariableVar2 */',
'expectedContent' => '${(foo)}',
],
'Embedded variable variable 2' => [
'Embedded variable variable 3' => [
'testMarker' => '/* testVariableVar3 */',
'expectedContent' => '${foo->bar}',
],
Expand Down

0 comments on commit 12c75e7

Please sign in to comment.