summaryrefslogtreecommitdiff
path: root/tests/app/Module/IndividualReportModuleTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-12-19 11:05:00 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-12-19 11:17:19 +0000
commita393a2a10b5cb4d1933ff36493f54162ce579761 (patch)
treef31759ee7cb3677d76c488416fc27c98f2a33ce5 /tests/app/Module/IndividualReportModuleTest.php
parent002a26319a543f91c6b5941d412d15fee0128805 (diff)
downloadwebtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.tar.gz
webtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.tar.bz2
webtrees-a393a2a10b5cb4d1933ff36493f54162ce579761.zip
XML reports: remove unused PageHeader elements
Diffstat (limited to 'tests/app/Module/IndividualReportModuleTest.php')
-rw-r--r--tests/app/Module/IndividualReportModuleTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php
index 77efbfcb49..6df057dedb 100644
--- a/tests/app/Module/IndividualReportModuleTest.php
+++ b/tests/app/Module/IndividualReportModuleTest.php
@@ -50,7 +50,6 @@ class IndividualReportModuleTest 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
@@ -59,7 +58,6 @@ class IndividualReportModuleTest 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
@@ -70,7 +68,6 @@ class IndividualReportModuleTest 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