File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Paypal/Test/Unit/Model
dev/tests/integration/framework/tests/unit/testsuite/Magento/Test/Event Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public function testGetConfig()
28
28
$ payment = $ this ->getMockBuilder (Payflowpro::class)
29
29
->addMethods (['getFrameActionUrl ' ])
30
30
->onlyMethods (['isAvailable ' ])
31
- ->setMockClassName ('paymentInstance ' )
32
31
->disableOriginalConstructor ()
33
32
->getMock ();
34
33
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ protected function setUp(): void
47
47
* Imitate transaction start request
48
48
*
49
49
* @param string $eventName
50
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
50
51
*/
51
52
protected function _imitateTransactionStartRequest ($ eventName )
52
53
{
@@ -74,6 +75,7 @@ protected function _expectTransactionStart()
74
75
* Imitate transaction rollback request
75
76
*
76
77
* @param string $eventName
78
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
77
79
*/
78
80
protected function _imitateTransactionRollbackRequest ($ eventName )
79
81
{
You can’t perform that action at this time.
0 commit comments