Skip to content

Commit 94b67a7

Browse files
committed
MQE-1650: Update MFTF configuration to read Test entities from new location
- fix static md errors
1 parent 0daf945 commit 94b67a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Class ModuleResolver, resolve module path based on enabled modules of target Magento instance.
1616
*
1717
* @api
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1819
*/
1920
class ModuleResolver
2021
{
@@ -516,6 +517,7 @@ private function getComposerInstalledTestModulePaths($composerFile)
516517
* @param array $objectArray
517518
* @param array $filterArray
518519
* @return array
520+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
519521
*/
520522
private function flipAndFilterModulePathsArray($objectArray, $filterArray = null)
521523
{

0 commit comments

Comments
 (0)