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

Yoast / wordpress-seo / 0840e7bf144fa23e63f03b3d43ae80f5a35be142

28 Nov 2025 07:22AM UTC coverage: 52.628% (-0.7%) from 53.366%
0840e7bf144fa23e63f03b3d43ae80f5a35be142

Pull #22759

github

leonidasmi
Fix date query for new content task
Pull Request #22759: Feature/task list

8318 of 15589 branches covered (53.36%)

Branch coverage included in aggregate %.

10 of 433 new or added lines in 33 files covered. (2.31%)

35 existing lines in 4 files now uncovered.

31819 of 60676 relevant lines covered (52.44%)

47521.37 hits per line

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

0.0
/src/task-list/domain/exceptions/complete-llms-task-exception.php
1
<?php
2
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
3
namespace Yoast\WP\SEO\Task_List\Domain\Exceptions;
4

5
use Exception;
6

7
/**
8
 * Exception for when we can't complete the llms.txt task.
9
 */
10
class Complete_LLMS_Task_Exception extends Exception {
11

12
        /**
13
         * Constructor of the exception.
14
         */
NEW
15
        public function __construct() {
×
NEW
16
                parent::__construct( \esc_html__( 'Failed to enable llms.txt option.', 'wordpress-seo' ), 400 );
×
17
        }
18
}
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