start validating module.xml file

This commit is contained in:
Manuel Raynaud
2013-10-17 11:32:29 +02:00
parent 84ad1e6f95
commit c9dbb610c1
10 changed files with 120 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ class ModuleManagement
$finder = new Finder();
$finder
->name('config.xml')
->name('module.xml')
->in($this->baseModuleDir . '/*/Config');
foreach ($finder as $file) {