Skip to content

Commit d4451c4

Browse files
committed
AC-1102: Static test to verify self-closing tags for non-void html elements
- fix unit test. Add new parameter to expected array
1 parent 40df280 commit d4451c4

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/static/framework/tests/unit/testsuite/Magento/TestFramework/CodingStandard/Tool

1 file changed

+1
-0
lines changed

dev/tests/static/framework/tests/unit/testsuite/Magento/TestFramework/CodingStandard/Tool/CodeSnifferTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function testRun()
5252
'standards' => [self::RULE_SET],
5353
'extensions' => $extensions,
5454
'reports' => ['full' => self::REPORT_FILE],
55+
'reportWidth' => 120
5556
];
5657

5758
$this->_tool->setExtensions($extensions);

0 commit comments

Comments
 (0)