.dev/tests/unit/functions/function_common_rss_page_test.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method test_with_data_full has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_with_data_full()
    {
        $data = [
            [
                'date' => strtotime('2014-08-12 12:03:19 UTC'),
Severity: Major
Found in .dev/tests/unit/functions/function_common_rss_page_test.php - About 2 hrs to fix

    Method test_with_data has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function test_with_data()
        {
            $data = [
                [
                    'date' => strtotime('2014-08-12 12:03:19 UTC'),
    Severity: Minor
    Found in .dev/tests/unit/functions/function_common_rss_page_test.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status