Skip to content

Commit 53c1e40

Browse files
committed
Fixed static test
1 parent d50683d commit 53c1e40

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/Analytics/ReportXml/QueryFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* Creates Query object according to configuration
17+
*
1718
* Factory for @see \Magento\Analytics\ReportXml\Query
1819
*/
1920
class QueryFactory

app/code/Magento/Analytics/Test/Unit/ReportXml/QueryFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
/**
2727
* A unit test for testing of the query factory.
28+
*
29+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2830
*/
2931
class QueryFactoryTest extends TestCase
3032
{

0 commit comments

Comments
 (0)