From 9f1489888a3ee81d4e7f7e3f2d3698af91e02cab Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 3 Jun 2022 00:20:03 +0200 Subject: [PATCH] GetCompleteTextString3604Test: fix duplicate array key ... which meant one of the tests wasn't running. --- Tests/Utils/TextStrings/GetCompleteTextString3604Test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Utils/TextStrings/GetCompleteTextString3604Test.php b/Tests/Utils/TextStrings/GetCompleteTextString3604Test.php index 62f70a72..1b4d7b91 100644 --- a/Tests/Utils/TextStrings/GetCompleteTextString3604Test.php +++ b/Tests/Utils/TextStrings/GetCompleteTextString3604Test.php @@ -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}', ],