File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/code/Magento/BundleImportExport/Model/Import/Product/Type
dev/tests/integration/testsuite/Magento/Framework/ObjectManager Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
6
7
7
8
namespace Magento \BundleImportExport \Model \Import \Product \Type ;
8
9
Original file line number Diff line number Diff line change 15
15
/**
16
16
* Test that verifies that resetState method for classes cause the state to be the same as it was initially constructed
17
17
* @magentoDbIsolation disabled
18
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
20
+ * @SuppressWarnings(PHPMD.NPathComplexity)
18
21
*/
19
22
class ResetAfterRequestTest extends \PHPUnit \Framework \TestCase
20
23
{
You can’t perform that action at this time.
0 commit comments