File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Cms/Test/Unit/Validator Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1212
1313class DirectiveValidatorTest extends TestCase
1414{
15+ /**
16+ * @var DirectiveValidator
17+ */
1518 private DirectiveValidator $ validator ;
1619
1720 protected function setUp (): void
@@ -21,7 +24,8 @@ protected function setUp(): void
2124
2225 public function testAllowsCleanBlockDirective (): void
2326 {
24- $ html = '{{block class="Magento \\Customer \\Block \\Form \\Register" name="home.form.customattributes" template="Magento_Customer::form/register.phtml"}} ' ;
27+ $ html = '{{block class="Magento \\Customer \\Block \\Form \\Register"
28+ name="home.form.customattributes" template="Magento_Customer::form/register.phtml"}} ' ;
2529 $ this ->assertTrue ($ this ->validator ->isValid ($ html ));
2630 }
2731
You can’t perform that action at this time.
0 commit comments