Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php18 …const REGEX_EXPECTED_EXCEPTION = '(@expectedException\s+([:.\w\\\\x7f-\xff]+)(?:[\t ]+(\S*))?(?:[\… define in PHPUnit_Util_Test
293 if (preg_match(self::REGEX_EXPECTED_EXCEPTION, $docComment, $matches)) {