diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 11:05:00 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-19 11:17:19 +0000 |
| commit | a393a2a10b5cb4d1933ff36493f54162ce579761 (patch) | |
| tree | f31759ee7cb3677d76c488416fc27c98f2a33ce5 /tests/app/Module/DescendancyReportModuleTest.php | |
| parent | 002a26319a543f91c6b5941d412d15fee0128805 (diff) | |
| download | webtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.tar.gz webtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.tar.bz2 webtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.zip | |
XML reports: remove unused PageHeader 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 4984073cad..469773c50a 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -54,7 +54,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportBaseHtml * @covers \Fisharebest\Webtrees\Report\ReportBaseImage * @covers \Fisharebest\Webtrees\Report\ReportBaseLine - * @covers \Fisharebest\Webtrees\Report\ReportBasePageHeader * @covers \Fisharebest\Webtrees\Report\ReportBaseText * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider @@ -63,7 +62,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportHtmlHtml * @covers \Fisharebest\Webtrees\Report\ReportHtmlImage * @covers \Fisharebest\Webtrees\Report\ReportHtmlLine - * @covers \Fisharebest\Webtrees\Report\ReportHtmlPageHeader * @covers \Fisharebest\Webtrees\Report\ReportHtmlText * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox * @covers \Fisharebest\Webtrees\Report\ReportParserBase @@ -74,7 +72,6 @@ class DescendancyReportModuleTest extends TestCase * @covers \Fisharebest\Webtrees\Report\ReportPdfHtml * @covers \Fisharebest\Webtrees\Report\ReportPdfImage * @covers \Fisharebest\Webtrees\Report\ReportPdfLine - * @covers \Fisharebest\Webtrees\Report\ReportPdfPageHeader * @covers \Fisharebest\Webtrees\Report\ReportPdfText * @covers \Fisharebest\Webtrees\Report\ReportPdfTextBox * @covers \Fisharebest\Webtrees\Report\TcpdfWrapper |
