start validating module.xml file
This commit is contained in:
@@ -44,7 +44,7 @@ class ModuleManagement
|
||||
$finder = new Finder();
|
||||
|
||||
$finder
|
||||
->name('config.xml')
|
||||
->name('module.xml')
|
||||
->in($this->baseModuleDir . '/*/Config');
|
||||
|
||||
foreach ($finder as $file) {
|
||||
|
||||
Reference in New Issue
Block a user