Skip to content
Snippets Groups Projects
Commit 16590f01 authored by marina's avatar marina
Browse files

Add suppress warning for coupling between objects

parent 86f1419e
No related merge requests found
......@@ -7,6 +7,10 @@ namespace Magento\Sitemap\Test\Unit\Model;
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
/**
* Class ObserverTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class ObserverTest extends \PHPUnit\Framework\TestCase
{
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment