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 478360d commit 1d89e6bCopy full SHA for 1d89e6b
dev/tests/static/framework/tests/unit/testsuite/Magento/Sniffs/Html/HtmlBindingSniffTest.php
@@ -6,7 +6,7 @@
6
7
declare(strict_types=1);
8
9
-namespace Magento\Sniffs\Less;
+namespace Magento\Sniffs\Html;
10
11
use Magento\TestFramework\CodingStandard\Tool\CodeSniffer\HtmlWrapper;
12
use PHPUnit\Framework\TestCase;
dev/tests/static/phpunit.xml.dist
@@ -18,6 +18,9 @@
18
<testsuite name="Less Static Code Analysis">
19
<file>testsuite/Magento/Test/Less/LiveCodeTest.php</file>
20
</testsuite>
21
+ <testsuite name="HTML Static Code Analysis">
22
+ <file>testsuite/Magento/Test/Html/LiveCodeTest.php</file>
23
+ </testsuite>
24
<testsuite name="PHP Coding Standard Verification">
25
<file>testsuite/Magento/Test/Php/LiveCodeTest.php</file>
26
0 commit comments