Home
last modified time | relevance | path

Searched refs:REGEX_REQUIRES_VERSION (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php19 …const REGEX_REQUIRES_VERSION = '/@requires\s+(?P<name>PHP(?:Unit)?)\s+(?P<operator>[<>=!]{0,2})\… define in PHPUnit_Util_Test
178 if ($count = preg_match_all(self::REGEX_REQUIRES_VERSION, $docComment, $matches)) {