Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php20 const REGEX_REQUIRES_OS = '/@requires\s+OS\s+(?P<value>.+?)[ \t]*\r?$/m'; define in PHPUnit_Util_Test
172 if ($count = preg_match_all(self::REGEX_REQUIRES_OS, $docComment, $matches)) {