Skip to content

Commit

Permalink
Remove one of PHPUnit's data provider variants
Browse files Browse the repository at this point in the history
Applies suggestion symfony#2159 (comment)
  • Loading branch information
7-zete-7 committed Sep 28, 2024
1 parent 446fbe0 commit 6b45324
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ protected function setUp(): void
/**
* @dataProvider provideAddActionData
*/
#[DataProvider('provideAddActionData')]
public function testAddAction(string $controllerName, string $actionName, ?string $eventName, string $expectedAction): void
{
$this->stimulusAttributes->addAction($controllerName, $actionName, $eventName);
Expand Down

0 comments on commit 6b45324

Please sign in to comment.