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

Yoast / whip / 6985375056

24 Nov 2023 10:53PM UTC coverage: 28.713% (+1.2%) from 27.5%
6985375056

push

github

web-flow
Merge pull request #152 from Yoast/JRF/ghactions-switch-to-coveralls-reporter

GH Actions: switch to Coveralls action runner to upload reports

87 of 303 relevant lines covered (28.71%)

2.62 hits per line

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

0.0
/src/exceptions/Whip_InvalidVersionComparisonString.php
1
<?php
2
/**
3
 * WHIP libary file.
4
 *
5
 * @package Yoast\WHIP
6
 */
7

8
/**
9
 * Exception for an invalid version comparison string.
10
 */
11
class Whip_InvalidVersionComparisonString extends Exception {
12

13
        /**
14
         * InvalidVersionComparisonString constructor.
15
         *
16
         * @param string $value The passed version comparison string.
17
         */
18
        public function __construct( $value ) {
×
19
                parent::__construct(
×
20
                        sprintf(
×
21
                                'Invalid version comparison string. Example of a valid version comparison string: >=5.3. Passed version comparison string: %s',
×
22
                                $value
23
                        )
24
                );
25
        }
26
}
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