Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php235 private $outputExpectedString = null; variable in PHPUnit_Framework_TestCase
462 if ($this->outputExpectedString !== null) {
481 $this->outputExpectedString = $expectedString;
500 return is_string($this->outputExpectedString) || is_string($this->outputExpectedRegex);
1014 } elseif ($this->outputExpectedString !== null) {
1015 $this->assertEquals($this->outputExpectedString, $this->output);