Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php319 return $buffer . $this->getDataSetAsString();
368 return $this->name . $this->getDataSetAsString(false);
1982 protected function getDataSetAsString($includeData = true) function in PHPUnit_Framework_TestCase