Skip to content

Commit f53bc0f

Browse files
author
OlgaVasyltsun
committed
MC-33922: Improve email templates
1 parent 145c2db commit f53bc0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Filter/VariableResolver/LegacyResolverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function getThing()
117117
['foo' => $dataClassStub, 'g' => ['h' => ['i' => 'abc']]],
118118
'abca=123,b=321,'
119119
],
120+
'disallow __callParent method' => ['foo.___callParent()',['foo' => $classStub], null],
120121
];
121122
}
122123
}

0 commit comments

Comments
 (0)