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()
2828 $ payment = $ this ->getMockBuilder (Payflowpro::class)
2929 ->addMethods (['getFrameActionUrl ' ])
3030 ->onlyMethods (['isAvailable ' ])
31- ->setMockClassName ('paymentInstance ' )
3231 ->disableOriginalConstructor ()
3332 ->getMock ();
3433
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments