Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DTestDecorator.php51 * @param PHPUnit_Framework_TestResult $result
53 public function basicRun(PHPUnit_Framework_TestResult $result)
72 * @return PHPUnit_Framework_TestResult
76 return new PHPUnit_Framework_TestResult;
93 * @param PHPUnit_Framework_TestResult $result
95 * @return PHPUnit_Framework_TestResult
97 public function run(PHPUnit_Framework_TestResult $result = null)
DRepeatedTest.php65 * @param PHPUnit_Framework_TestResult $result
67 * @return PHPUnit_Framework_TestResult
71 public function run(PHPUnit_Framework_TestResult $result = null)
DPhptTestCase.php119 * @param PHPUnit_Framework_TestResult $result
121 * @return PHPUnit_Framework_TestResult
123 public function run(PHPUnit_Framework_TestResult $result = null)
129 $result = new PHPUnit_Framework_TestResult;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php177 * @param PHPUnit_Framework_TestResult $result
179 public function printResult(PHPUnit_Framework_TestResult $result)
273 * @param PHPUnit_Framework_TestResult $result
275 protected function printErrors(PHPUnit_Framework_TestResult $result)
281 * @param PHPUnit_Framework_TestResult $result
283 protected function printFailures(PHPUnit_Framework_TestResult $result)
289 * @param PHPUnit_Framework_TestResult $result
291 protected function printWarnings(PHPUnit_Framework_TestResult $result)
297 * @param PHPUnit_Framework_TestResult $result
299 protected function printIncompletes(PHPUnit_Framework_TestResult $result)
[all …]
DTestRunner.php81 * @return PHPUnit_Framework_TestResult
106 * @return PHPUnit_Framework_TestResult
110 return new PHPUnit_Framework_TestResult;
155 * @return PHPUnit_Framework_TestResult
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTest.php19 * @param PHPUnit_Framework_TestResult $result
21 * @return PHPUnit_Framework_TestResult
23 public function run(PHPUnit_Framework_TestResult $result = null);
DTestSuite.php605 * @return PHPUnit_Framework_TestResult
609 return new PHPUnit_Framework_TestResult;
650 * @param PHPUnit_Framework_TestResult $result
652 * @return PHPUnit_Framework_TestResult
654 public function run(PHPUnit_Framework_TestResult $result = null)
769 * @param PHPUnit_Framework_TestResult $result
771 public function runTest(PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $result)
DTestCase.php213 * @var PHPUnit_Framework_TestResult
744 * @param PHPUnit_Framework_TestResult $result
746 * @return PHPUnit_Framework_TestResult
750 public function run(PHPUnit_Framework_TestResult $result = null)
1335 * @return PHPUnit_Framework_TestResult
1343 * @param PHPUnit_Framework_TestResult $result
1345 public function setTestResultObject(PHPUnit_Framework_TestResult $result)
2016 * @return PHPUnit_Framework_TestResult
2020 return new PHPUnit_Framework_TestResult;
DTestResult.php21 class PHPUnit_Framework_TestResult implements Countable class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DBaseTestListenerTest.php14 * @var PHPUnit_Framework_TestResult
20 $this->result = new PHPUnit_Framework_TestResult;
DTestImplementorTest.php15 $result = new PHPUnit_Framework_TestResult;
DTestListenerTest.php73 $this->result = new PHPUnit_Framework_TestResult;
DSuiteTest.php32 $this->result = new PHPUnit_Framework_TestResult;
DTestCaseTest.php167 $result = new PHPUnit_Framework_TestResult;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DPHP.php181 * @param PHPUnit_Framework_TestResult $result
185 …public function runTestJob($job, PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $resul…
267 * @param PHPUnit_Framework_TestResult $result
271 …private function processChildResult(PHPUnit_Framework_Test $test, PHPUnit_Framework_TestResult $re…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DDoubleTestCase.php16 public function run(PHPUnit_Framework_TestResult $result = null)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DTeamCity.php42 * @param PHPUnit_Framework_TestResult $result
44 public function printResult(PHPUnit_Framework_TestResult $result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
DTestCaseMethod.tpl.dist33 $result = new PHPUnit_Framework_TestResult;