Skip to content

Commit 1f8af4e

Browse files
authored
remove duplicate key
1 parent e208f7e commit 1f8af4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StimulusBundle/tests/Twig/StimulusTwigExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public static function provideRenderStimulusAction(): iterable
205205
'actionName' => 'onClick',
206206
'eventName' => null,
207207
'parameters' => ['boolParam' => true, 'intParam' => 4, 'stringParam' => 'test'],
208-
'expectedString' => 'data-action="onClick"',
209208
'expectedString' => 'data-action="my-controller#onClick" data-my-controller-bool-param-param="true" data-my-controller-int-param-param="4" data-my-controller-string-param-param="test"',
210209
'expectedArray' => ['data-action' => 'my-controller#onClick', 'data-my-controller-bool-param-param' => 'true', 'data-my-controller-int-param-param' => '4', 'data-my-controller-string-param-param' => 'test'],
211210
];

0 commit comments

Comments
 (0)