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

Yoast / wordpress-seo / 33f03f37e066b5b2017d6b97a6f2f864fc8a3dbb

25 Aug 2025 01:17PM UTC coverage: 52.641% (-0.5%) from 53.11%
33f03f37e066b5b2017d6b97a6f2f864fc8a3dbb

Pull #22524

github

web-flow
Merge 769a84b2c into ef00ed04e
Pull Request #22524: Set correct timing.

8044 of 14857 branches covered (54.14%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

31039 of 59388 relevant lines covered (52.26%)

40204.13 hits per line

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

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

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

5
/**
6
 * Class to manage the Black Friday promotion.
7
 */
8
class Black_Friday_Promotion extends Abstract_Promotion implements Promotion_Interface {
9

10
        /**
11
         * Class constructor.
12
         */
13
        public function __construct() {
×
14
                parent::__construct(
×
15
                        'black-friday-promotion',
×
NEW
16
                        new Time_Interval( \gmmktime( 10, 00, 00, 11, 27, 2025 ), \gmmktime( 10, 00, 00, 12, 2, 2025 ) )
×
17
                );
×
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

© 2025 Coveralls, Inc