Skip to content

Commit a044fe6

Browse files
committed
MQE-983: Unit Test for Module Resolver
- Changed Pathing to Relative for path check
1 parent dfc9d85 commit a044fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testGetModulePathsAggregate()
3737
$resolver = ModuleResolver::getInstance();
3838
$this->setMockResolverProperties($resolver, null, null);
3939
$this->assertEquals(
40-
['/git/magento2-functional-testing-framework/dev/tests/verification/TestModule'],
40+
[TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . DIRECTORY_SEPARATOR . 'TestModule'],
4141
$resolver->getModulesPath()
4242
);
4343
}

0 commit comments

Comments
 (0)