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 9e14ab4 commit 25e6635Copy full SHA for 25e6635
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -747,7 +747,8 @@ private function getCustomModulePaths()
747
}
748
749
foreach (explode(',', $paths) as $path) {
750
- $customModulePaths = [$this->findVendorAndModuleNameFromPath(trim($path)) => $path];
+ //$customModulePaths = [$this->findVendorAndModuleNameFromPath(trim($path)) => $path];
751
+ $customModulePaths[$this->findVendorAndModuleNameFromPath(trim($path))] = $path;
752
753
754
return $customModulePaths;
0 commit comments