We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f98592 commit 66eada5Copy full SHA for 66eada5
src/Magento/FunctionalTestingFramework/StaticCheck/StaticChecksList.php
@@ -46,7 +46,7 @@ public function __construct(array $checks = [])
46
{
47
$this->checks = [
48
'testDependencies' => new TestDependencyCheck(),
49
- 'actionGroupStandards' => new ActionGroupStandardsCheck(),
+ 'actionGroupArguments' => new ActionGroupStandardsCheck(),
50
self::DEPRECATED_ENTITY_USAGE_CHECK_NAME => new DeprecatedEntityUsageCheck(),
51
'annotations' => new AnnotationsCheck(),
52
self::PAUSE_ACTION_USAGE_CHECK_NAME => new PauseActionUsageCheck(),
0 commit comments