Skip to content

Commit 422d707

Browse files
committed
Merge branch 'AC-12715' of github.com:magento-gl/magento2ce into AC-12715
2 parents 4860d6a + 7d0d5d0 commit 422d707

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Paypal/Test/Unit/Model/IframeConfigProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function testGetConfig()
2828
$payment = $this->getMockBuilder(Payflowpro::class)
2929
->addMethods(['getFrameActionUrl'])
3030
->onlyMethods(['isAvailable'])
31-
->setMockClassName('paymentInstance')
3231
->disableOriginalConstructor()
3332
->getMock();
3433

dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event/TransactionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function setUp(): void
4747
* Imitate transaction start request
4848
*
4949
* @param string $eventName
50+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5051
*/
5152
protected function _imitateTransactionStartRequest($eventName)
5253
{
@@ -74,6 +75,7 @@ protected function _expectTransactionStart()
7475
* Imitate transaction rollback request
7576
*
7677
* @param string $eventName
78+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
7779
*/
7880
protected function _imitateTransactionRollbackRequest($eventName)
7981
{

0 commit comments

Comments
 (0)