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/
H A 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)
H A DRepeatedTest.php65 * @param PHPUnit_Framework_TestResult $result
67 * @return PHPUnit_Framework_TestResult
71 public function run(PHPUnit_Framework_TestResult $result = null)
H A 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/
H A 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
289 * @param PHPUnit_Framework_TestResult $result
297 * @param PHPUnit_Framework_TestResult $result
305 * @param PHPUnit_Framework_TestResult $result
307 protected function printRisky(PHPUnit_Framework_TestResult $result)
313 * @param PHPUnit_Framework_TestResult $result
[all …]
H A 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/
H A DTest.php19 * @param PHPUnit_Framework_TestResult $result
21 * @return PHPUnit_Framework_TestResult
23 public function run(PHPUnit_Framework_TestResult $result = null);
H A 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)
H A 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;
H A DTestResult.php21 class PHPUnit_Framework_TestResult implements Countable class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DBaseTestListenerTest.php14 * @var PHPUnit_Framework_TestResult
20 $this->result = new PHPUnit_Framework_TestResult;
H A DTestImplementorTest.php15 $result = new PHPUnit_Framework_TestResult;
H A DTestListenerTest.php73 $this->result = new PHPUnit_Framework_TestResult;
H A DSuiteTest.php32 $this->result = new PHPUnit_Framework_TestResult;
H A DTestCaseTest.php167 $result = new PHPUnit_Framework_TestResult;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A 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/
H A DDoubleTestCase.php16 public function run(PHPUnit_Framework_TestResult $result = null)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php42 * @param PHPUnit_Framework_TestResult $result
44 public function printResult(PHPUnit_Framework_TestResult $result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist33 $result = new PHPUnit_Framework_TestResult;