bkdotcom/CssXpath

View on GitHub
src/DOMAssertionTrait.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Method assertSelectEquals has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function assertSelectEquals($selector, $content, $count, $actual, $message = '', $isHtml = true)
Severity: Minor
Found in src/DOMAssertionTrait.php - About 45 mins to fix

    Method assertSelectRegExp has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function assertSelectRegExp($selector, $pattern, $count, $actual, $message = '', $isHtml = true)
    Severity: Minor
    Found in src/DOMAssertionTrait.php - About 45 mins to fix

      Method assertSelectCount has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          public static function assertSelectCount($selector, $count, $actual, $message = '', $isHtml = true)
      Severity: Minor
      Found in src/DOMAssertionTrait.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status