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 ff3323f commit d61bf1bCopy full SHA for d61bf1b
tests/unit/Traits/DataProvider/Mage/Admin/Model/BlockTrait.php
@@ -58,8 +58,7 @@ public function provideValidateAdminBlockData(): Generator
58
];
59
yield 'errors: null blockname' => [
60
[
61
- 'Block Name is required field.',
62
- $errorIncorrectBlockName,
+ 'Block Name is required field.'
63
],
64
65
'getBlockName' => null,
0 commit comments