Skip to content

Commit 76c7df7

Browse files
committed
MQE-2173: CUSTOM_MODULE_PATHS env variable doesn't use all paths
1 parent 25e6635 commit 76c7df7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/ModuleResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,6 @@ private function getCustomModulePaths()
747747
}
748748

749749
foreach (explode(',', $paths) as $path) {
750-
//$customModulePaths = [$this->findVendorAndModuleNameFromPath(trim($path)) => $path];
751750
$customModulePaths[$this->findVendorAndModuleNameFromPath(trim($path))] = $path;
752751
}
753752

0 commit comments

Comments
 (0)