Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DOutputTestCase.php18 $this->expectOutputRegex('/foo/');
24 $this->expectOutputRegex('/foo/');
/plugin/struct/_test/action/
H A DLookupAjaxTest.php48 $this->expectOutputRegex('/\s*<tr.*' . $testLabel . '.*<\/td>\s*/');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php460 public function expectOutputRegex($expectedRegex) function in PHPUnit_Framework_TestCase