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

Yoast / wordpress-seo / 0bfc22239db1d722983a928a1ce273fd24b71335

29 Aug 2024 12:36PM UTC coverage: 54.454% (+5.3%) from 49.188%
0bfc22239db1d722983a928a1ce273fd24b71335

Pull #21391

github

enricobattocchi
Make the check stricter
Pull Request #21391: Add an integration to check the `Requires Yoast SEO` header.

7505 of 13560 branches covered (55.35%)

Branch coverage included in aggregate %.

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

29831 of 55004 relevant lines covered (54.23%)

41516.69 hits per line

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

0.0
/src/conditionals/check-required-version-conditional.php
1
<?php
2

3
namespace Yoast\WP\SEO\Conditionals;
4

5
/**
6
 * Conditional for the CHECK_REQUIRED_VERSION feature flag.
7
 */
8
class Check_Required_Version_Conditional extends Feature_Flag_Conditional {
9

10
        /**
11
         * Returns the name of the feature flag.
12
         *
13
         * @return string The name of the feature flag.
14
         */
NEW
15
        protected function get_feature_flag() {
×
NEW
16
                return 'CHECK_REQUIRED_VERSION';
×
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

© 2025 Coveralls, Inc