Skip to content

Commit 2d67ed9

Browse files
committed
Remove one of PHPUnit's data provider variants
Applies suggestion symfony#2159 (comment)
1 parent 0e830c2 commit 2d67ed9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StimulusBundle/tests/Dto/StimulusActionAttributeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ protected function setUp(): void
2929
/**
3030
* @dataProvider provideAddActionData
3131
*/
32-
#[DataProvider('provideAddActionData')]
3332
public function testAddAction(string $controllerName, string $actionName, ?string $eventName, string $expectedAction): void
3433
{
3534
$this->stimulusAttributes->addAction($controllerName, $actionName, $eventName);

0 commit comments

Comments
 (0)