• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / 6bc35a0477f099baadefeb350fe5fba3b65c53f0

26 Mar 2026 11:41AM UTC coverage: 53.504% (+0.03%) from 53.474%
6bc35a0477f099baadefeb350fe5fba3b65c53f0

Pull #23102

github

leonidasmi
Merge branch 'trunk' into feature/task-list-phase-3
Pull Request #23102: Task List Phase 3

9052 of 16649 branches covered (54.37%)

Branch coverage included in aggregate %.

142 of 201 new or added lines in 22 files covered. (70.65%)

5 existing lines in 3 files now uncovered.

34478 of 64710 relevant lines covered (53.28%)

46486.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/task-list/domain/exceptions/incorrect-child-trait-usage-exception.php
1
<?php
2

3
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
4
namespace Yoast\WP\SEO\Task_List\Domain\Exceptions;
5

6
use Exception;
7

8
/**
9
 * Exception for incorrect child task trait usage.
10
 */
11
class Incorrect_Child_Trait_Usage_Exception extends Exception {
12

13
        /**
14
         * Constructor of the exception.
15
         */
16
        public function __construct() {
×
NEW
17
                parent::__construct( 'Child_Task_Trait can only be used in classes extending Abstract_Child_Task.', 400 );
×
18
        }
19
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc