tests/Customer/Payment/CustomerPaymentCreateTest.php
Method testCreateRecurringCustomerPayment
has 62 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testCreateRecurringCustomerPayment()
{
// Mock the payment
$paymentMock = $this->getPayment();
Method testCreateCustomerPayment
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testCreateCustomerPayment()
{
// Mock the payment
$paymentMock = $this->getPayment();