Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php107 $expectedString = $comparisonFailure->getExpectedAsString();
109 if (is_null($expectedString) || empty($expectedString)) {
110 … $expectedString = self::getPrimitiveValueAsString($comparisonFailure->getExpected());
119 if (!is_null($actualString) && !is_null($expectedString)) {
122 $parameters['expected'] = $expectedString;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php472 * @param string $expectedString
474 public function expectOutputString($expectedString) argument
480 if (is_string($expectedString) || is_null($expectedString)) {
481 $this->outputExpectedString = $expectedString;