File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Customer/Block/Widget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function testToHtml()
22
22
\Magento \Customer \Block \Widget \Taxvat::class
23
23
);
24
24
25
- $ this ->assertContains ('title="Tax/VAT number " ' , $ block ->toHtml ());
25
+ $ this ->assertContains ('title="Tax/VAT Number " ' , $ block ->toHtml ());
26
26
$ this ->assertNotContains ('required ' , $ block ->toHtml ());
27
27
}
28
28
@@ -44,7 +44,7 @@ public function testToHtmlRequired()
44
44
\Magento \Customer \Block \Widget \Taxvat::class
45
45
);
46
46
47
- $ this ->assertContains ('title="Tax/VAT number " ' , $ block ->toHtml ());
47
+ $ this ->assertContains ('title="Tax/VAT Number " ' , $ block ->toHtml ());
48
48
$ this ->assertContains ('required ' , $ block ->toHtml ());
49
49
}
50
50
You can’t perform that action at this time.
0 commit comments