Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php21 …const REGEX_REQUIRES = '/@requires\s+(?P<name>function|extension)\s+(?P<value>([^ ]+?))\… define in PHPUnit_Util_Test
190 if ($count = preg_match_all(self::REGEX_REQUIRES, $docComment, $matches)) {