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 2c1af06 commit e0a2c03Copy full SHA for e0a2c03
src/Analyzer/Mftf/MetadataAnalyzer.php
@@ -59,7 +59,7 @@ public function analyze(Registry $registryBefore, Registry $registryAfter)
59
// Validate metadata attribute changes
60
$this->matchAndValidateAttributes(
61
$beforeEntity['attributes'],
62
- $afterEntities[$module][$entityName],
+ $afterEntities[$module][$entityName]['attributes'],
63
$this->getReport(),
64
$filenames,
65
[AbstractEntityAnalyzer::DEFAULT_OPERATION_KEY => MetadataChanged::class],
0 commit comments