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

Yoast / wordpress-seo / 55257041ffa62a484e71b5da94118ad23b27c8d0

30 Sep 2025 11:34AM UTC coverage: 53.26% (-3.2%) from 56.455%
55257041ffa62a484e71b5da94118ad23b27c8d0

push

github

FAMarfuaty
Merge branch 'trunk' of github.com:Yoast/wordpress-seo into feature/off-the-bat-analysis

8421 of 15559 branches covered (54.12%)

Branch coverage included in aggregate %.

46 of 90 new or added lines in 17 files covered. (51.11%)

1 existing line in 1 file now uncovered.

31781 of 59923 relevant lines covered (53.04%)

39640.29 hits per line

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

0.0
/src/conditionals/wp-tests-conditional.php
1
<?php
2

3
namespace Yoast\WP\SEO\Conditionals;
4

5
/**
6
 * Conditional that is only met when we're on Yoast's WP tests.
7
 */
8
class WP_Tests_Conditional implements Conditional {
9

10
        /**
11
         * Returns whether or not this conditional is met.
12
         *
13
         * @return bool Whether or not the conditional is met.
14
         */
NEW
15
        public function is_met() {
×
NEW
16
                return \defined( 'YOAST_WP_TESTS' ) && \YOAST_WP_TESTS;
×
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