Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php30 $this->pattern = $this->createPatternFromFormat(
49 $line = $this->createPatternFromFormat($line);
65 protected function createPatternFromFormat($string) function in PHPUnit_Framework_Constraint_StringMatches