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 dfc9d85 commit a044fe6Copy full SHA for a044fe6
dev/tests/unit/Magento/FunctionalTestFramework/Util/ModuleResolverTest.php
@@ -37,7 +37,7 @@ public function testGetModulePathsAggregate()
37
$resolver = ModuleResolver::getInstance();
38
$this->setMockResolverProperties($resolver, null, null);
39
$this->assertEquals(
40
- ['/git/magento2-functional-testing-framework/dev/tests/verification/TestModule'],
+ [TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . DIRECTORY_SEPARATOR . 'TestModule'],
41
$resolver->getModulesPath()
42
);
43
}
0 commit comments