Skip to content

Commit 7a6e4d1

Browse files
AC-14808: PHPUnit 12 Upgrade | Fix phpcs issue
1 parent 5c0a2a7 commit 7a6e4d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/GraphQl/Test/Unit/Plugin/DisableSessionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ public static function afterCheckDataProviderNoAreaCode()
124124
['config' => false, 'methodResult' => false, 'expectedResult' => false],
125125
];
126126
}
127-
}
127+
}

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
use Psr\Log\LoggerInterface;
3232
use PHPUnit\Framework\Attributes\DataProvider;
3333
use Magento\Framework\TestFramework\Unit\Helper\MockCreationTrait;
34+
3435
/**
3536
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3637
*/

0 commit comments

Comments
 (0)