Skip to content

Commit e77cfd5

Browse files
author
Hayder Sharhan
committed
MAGETWO-54971: Refactor \Magento\Framework\Escaper
- Suppress code coupling warning of old test.
1 parent 7f238a3 commit e77cfd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Search/Test/Unit/Model/QueryFactoryTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
use Magento\Framework\Stdlib\StringUtils;
1515
use Magento\Search\Model\Query;
1616

17+
/**
18+
* Class QueryFactoryTest tests Magento\Search\Model\QueryFactory
19+
*
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21+
*/
1722
class QueryFactoryTest extends \PHPUnit_Framework_TestCase
1823
{
1924
/**

0 commit comments

Comments
 (0)