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