From 7628a626c2baec2f8babfc4a9980edab49bd75dc Mon Sep 17 00:00:00 2001 From: 13rAXwNNnaAuCJA3z1REfJbJNMwgK4LBTC <96804652+13rAXwNNnaAuCJA3z1REfJbJNMwgK4LBTC@users.noreply.github.com> Date: Thu, 20 Jan 2022 02:02:06 +0100 Subject: [PATCH] teamCity = new TeamCity($out, $verbose, $colors, $debug, $numberOfColumns, $reverse); $this->setUpHtmlOutput(); } / * {@inheritdoc} */ public function printResult(TestResult $result): void { $this->teamCity->printResult($result); $this->printHtmlOutput(); } / * {@inheritdoc} */ public function addError(Test $test, Throwable $t, float $time): void { $this->teamCity->addError($test, $t, $time); } / * {@inheritdoc} */ public function addWarning(Test $test, Warning $e, float $time): void { $this->teamCity->addWarning($test, $e, $time); } / * {@inheritdoc} */ public function addFailure(Test $test, AssertionFailedError $e, float $time): void { $this->teamCity->addFailure($test, $e, $time); } / * {@inheritdoc} */ public function addIncompleteTest(Test $test, Throwable $t, float $time): void { $this->teamCity->addIncompleteTest($test, $t, $time); } / * {@inheritdoc} */ public function addRiskyTest(Test $test, Throwable $t, float $time): void { $this->teamCity->addRiskyTest($test, $t, $time); } / * {@inheritdoc} */ public function addSkippedTest(Test $test, Throwable $t, float $time): void { $this->teamCity->addSkippedTest($test, $t, $time); } / * {@inheritdoc} */ public function startTestSuite(TestSuite $suite): void { $this->teamCity->startTestSuite($suite); } / * {@inheritdoc} */ public function endTestSuite(TestSuite $suite): void { $this->teamCity->endTestSuite($suite); } / * {@inheritdoc} */ public function startTest(Test $test): void { $this->teamCity->startTest($test); } /** * {@inheritdoc} */ public function endTest(Test $test, float $time): void { $this->teamCity->endTest($test, $time); } } --- _Footer.org | 1 + 1 file changed, 1 insertion(+) create mode 100644 _Footer.org diff --git a/_Footer.org b/_Footer.org new file mode 100644 index 0000000..26f166e --- /dev/null +++ b/_Footer.org @@ -0,0 +1 @@ +* * ==/*** ** *** */== \ No newline at end of file