Skip to content

Commit 182343b

Browse files
committed
MQE-2016: Add warning for test materials that violate naming convention
1 parent ec507fe commit 182343b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/DataObjectHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public function getAllObjects()
138138
* @return EntityDataObject[]
139139
* @throws XmlException
140140
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
141-
* @SuppressWarnings(PHPMD.NPathComplexity)
142141
*/
143142
private function processParserOutput($parserOutput)
144143
{

src/Magento/FunctionalTestingFramework/Page/Handlers/SectionObjectHandler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ class SectionObjectHandler implements ObjectHandlerInterface
4848
*
4949
* @constructor
5050
* @throws XmlException
51-
*
52-
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
53-
* @SuppressWarnings(PHPMD.NPathComplexity)
5451
*/
5552
private function __construct()
5653
{

0 commit comments

Comments
 (0)