Skip to content

Commit 26a1107

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-44167: ObsoleteCodeTest ignores blacklist
mess detection fix
1 parent dbf4c64 commit 26a1107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/ObsoleteCodeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
use Magento\Framework\App\Utility\AggregateInvoker;
1515
use Magento\TestFramework\Utility\ChangedFiles;
1616

17+
/**
18+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
19+
*/
1720
class ObsoleteCodeTest extends \PHPUnit_Framework_TestCase
1821
{
1922
/**@#+

0 commit comments

Comments
 (0)