Skip to content

Commit ce7dbb5

Browse files
committed
MAGETWO-63881: Accept public PRs #8327, #8336, #8307
- disable static test check for long line in unit tests
1 parent 4b192f3 commit ce7dbb5

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Communication

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function testGetTopicsNumeric()
3333
$this->getConfigInstance(__DIR__ . '/_files/valid_communication_numeric.xml')->getTopics();
3434
}
3535

36+
// @codingStandardsIgnoreStart
3637
/**
3738
* Get topic configuration by its name
3839
*
@@ -51,6 +52,7 @@ public function testGetTopicsNumeric()
5152
Line: 10
5253
*
5354
*/
55+
// @codingStandardsIgnoreEnd
5456
public function testGetTopicsNumericInvalid()
5557
{
5658
$this->getConfigInstance(__DIR__ . '/_files/invalid_communication_numeric.xml')->getTopics();

0 commit comments

Comments
 (0)