Skip to content

Commit 5cfd7cd

Browse files
committed
MQE-1750: unit tests and some code refactor.
1 parent c7d9900 commit 5cfd7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/ModuleResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ public function testMergeFlipAndFilterModulePathsNoForceGenerate()
424424
}
425425

426426
/**
427-
* Validate mergeModulePaths() and flipAndFilterModulePathsArray()
427+
* Validate mergeModulePaths() and flipAndSortModulePathsArray()
428428
*
429429
* @throws \Exception
430430
*/
431-
public function testMergeFlipAndFilterModulePathsForceGenerate()
431+
public function testMergeFlipAndSortModulePathsForceGenerate()
432432
{
433433
$this->mockForceGenerate(true);
434434
$this->setMockResolverClass(

0 commit comments

Comments
 (0)