Skip to content

Commit 66eada5

Browse files
authored
Update StaticChecksList.php
1 parent 8f98592 commit 66eada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/StaticChecksList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(array $checks = [])
4646
{
4747
$this->checks = [
4848
'testDependencies' => new TestDependencyCheck(),
49-
'actionGroupStandards' => new ActionGroupStandardsCheck(),
49+
'actionGroupArguments' => new ActionGroupStandardsCheck(),
5050
self::DEPRECATED_ENTITY_USAGE_CHECK_NAME => new DeprecatedEntityUsageCheck(),
5151
'annotations' => new AnnotationsCheck(),
5252
self::PAUSE_ACTION_USAGE_CHECK_NAME => new PauseActionUsageCheck(),

0 commit comments

Comments
 (0)