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

Yoast / wordpress-seo / 6078396534

04 Sep 2023 11:31PM UTC coverage: 45.745% (-0.03%) from 45.771%
6078396534

Pull #20620

github

web-flow
Merge b27c83eed into 773e21dd7
Pull Request #20620: Add black friday checklist promotion in product editor

0 of 12 new or added lines in 3 files covered. (0.0%)

549 existing lines in 1 file now uncovered.

12149 of 26558 relevant lines covered (45.75%)

3.38 hits per line

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

0.0
/src/promotions/domain/black-friday-checklist-promotion.php
1
<?php
2

3
namespace Yoast\WP\SEO\Promotions\Domain;
4

5
/**
6
 * Class to manage the Black Friday promotion.
7
 *
8
 * @makePublic
9
 */
10
class Black_Friday_Checklist_Promotion extends Abstract_Promotion implements Promotion_Interface {
11

12
        /**
13
         * Class constructor.
14
         */
15
        public function __construct() {
NEW
16
                parent::__construct(
×
NEW
17
                        'black_friday_checklist_promotion',
×
NEW
18
                        new Time_Interval(
×
NEW
19
                                \gmmktime( 11, 00, 00, 9, 19, 2023 ),
×
NEW
20
                                \gmmktime( 11, 00, 00, 11, 25, 2023 )
×
21
                        )
22
                );
23
        }
24
}
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

© 2025 Coveralls, Inc