Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php456 * @param string $expectedRegex
460 public function expectOutputRegex($expectedRegex) argument
466 if (is_string($expectedRegex) || is_null($expectedRegex)) {
467 $this->outputExpectedRegex = $expectedRegex;