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 4b192f3 commit ce7dbb5Copy full SHA for ce7dbb5
dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php
@@ -33,6 +33,7 @@ public function testGetTopicsNumeric()
33
$this->getConfigInstance(__DIR__ . '/_files/valid_communication_numeric.xml')->getTopics();
34
}
35
36
+ // @codingStandardsIgnoreStart
37
/**
38
* Get topic configuration by its name
39
*
@@ -51,6 +52,7 @@ public function testGetTopicsNumeric()
51
52
Line: 10
53
54
*/
55
+ // @codingStandardsIgnoreEnd
56
public function testGetTopicsNumericInvalid()
57
{
58
$this->getConfigInstance(__DIR__ . '/_files/invalid_communication_numeric.xml')->getTopics();
0 commit comments