diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 13:50:24 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 13:50:24 +0000 |
| commit | a38319a47d8945b39bd34d16b575bf668acba5d5 (patch) | |
| tree | 73104fa5dcefad402b64c88b6df080bc9a3a7eda /tests/app/Module/DescendancyReportModuleTest.php | |
| parent | a393a2a10b5cb4d1933ff36493f54162ce579761 (diff) | |
| download | webtrees-a38319a47d8945b39bd34d16b575bf668acba5d5.tar.gz webtrees-a38319a47d8945b39bd34d16b575bf668acba5d5.tar.bz2 webtrees-a38319a47d8945b39bd34d16b575bf668acba5d5.zip | |
XML reports: remove unused HTML elements
Diffstat (limited to 'tests/app/Module/DescendancyReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/DescendancyReportModuleTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index 469773c50a..2c17e1b407 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -51,7 +51,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportBaseCell * @covers \Fisharebest\Webtrees\Report\ReportBaseElement * @covers \Fisharebest\Webtrees\Report\ReportBaseFootnote - * @covers \Fisharebest\Webtrees\Report\ReportBaseHtml * @covers \Fisharebest\Webtrees\Report\ReportBaseImage * @covers \Fisharebest\Webtrees\Report\ReportBaseLine * @covers \Fisharebest\Webtrees\Report\ReportBaseText @@ -59,7 +58,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtmlCell * @covers \Fisharebest\Webtrees\Report\ReportHtmlFootnote - * @covers \Fisharebest\Webtrees\Report\ReportHtmlHtml * @covers \Fisharebest\Webtrees\Report\ReportHtmlImage * @covers \Fisharebest\Webtrees\Report\ReportHtmlLine * @covers \Fisharebest\Webtrees\Report\ReportHtmlText @@ -69,7 +67,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdfCell * @covers \Fisharebest\Webtrees\Report\ReportPdfFootnote - * @covers \Fisharebest\Webtrees\Report\ReportPdfHtml * @covers \Fisharebest\Webtrees\Report\ReportPdfImage * @covers \Fisharebest\Webtrees\Report\ReportPdfLine * @covers \Fisharebest\Webtrees\Report\ReportPdfText |
