Skip to content

Commit e0a2c03

Browse files
committed
MQE-2247: MQE-2247: Implement additional <section> and <operation> entity use cases in SVC tool
1 parent 2c1af06 commit e0a2c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/Mftf/MetadataAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function analyze(Registry $registryBefore, Registry $registryAfter)
5959
// Validate metadata attribute changes
6060
$this->matchAndValidateAttributes(
6161
$beforeEntity['attributes'],
62-
$afterEntities[$module][$entityName],
62+
$afterEntities[$module][$entityName]['attributes'],
6363
$this->getReport(),
6464
$filenames,
6565
[AbstractEntityAnalyzer::DEFAULT_OPERATION_KEY => MetadataChanged::class],

0 commit comments

Comments
 (0)