Cloudstek/mollie-php-api

View on GitHub
tests/Customer/Payment/CustomerPaymentCreateTest.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method testCreateRecurringCustomerPayment has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testCreateRecurringCustomerPayment()
    {
        // Mock the payment
        $paymentMock = $this->getPayment();

Severity: Major
Found in tests/Customer/Payment/CustomerPaymentCreateTest.php - About 2 hrs to fix

    Method testCreateCustomerPayment has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function testCreateCustomerPayment()
        {
            // Mock the payment
            $paymentMock = $this->getPayment();
    
    
    Severity: Minor
    Found in tests/Customer/Payment/CustomerPaymentCreateTest.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status