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.
2 parents 9e14ab4 + 76c7df7 commit 7b6ec51Copy full SHA for 7b6ec51
src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php
@@ -747,7 +747,7 @@ 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
752
753
return $customModulePaths;
0 commit comments