diff options
Diffstat (limited to 'tests/app')
| -rw-r--r-- | tests/app/Module/AhnentafelReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/BirthDeathMarriageReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/BirthReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/CemeteryReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/ChangeReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/DeathReportModuleTest.php | 34 | ||||
| -rw-r--r-- | tests/app/Module/DescendancyReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/FactSourcesReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/FamilyGroupReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/IndividualFamiliesReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/IndividualReportModuleTest.php | 33 | ||||
| -rw-r--r-- | tests/app/Module/MarriageReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/MissingFactsReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/OccupationReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/PedigreeReportModuleTest.php | 32 | ||||
| -rw-r--r-- | tests/app/Module/RelatedIndividualsReportModuleTest.php | 32 |
16 files changed, 514 insertions, 1 deletions
diff --git a/tests/app/Module/AhnentafelReportModuleTest.php b/tests/app/Module/AhnentafelReportModuleTest.php index cfced96cd7..bab36d1bd7 100644 --- a/tests/app/Module/AhnentafelReportModuleTest.php +++ b/tests/app/Module/AhnentafelReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class AhnentafelReportModule * + * @covers \Fisharebest\Webtrees\Module\AhnentafelReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class AhnentafelReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/BirthDeathMarriageReportModuleTest.php b/tests/app/Module/BirthDeathMarriageReportModuleTest.php index 0642347de9..26d59bb2b3 100644 --- a/tests/app/Module/BirthDeathMarriageReportModuleTest.php +++ b/tests/app/Module/BirthDeathMarriageReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class BirthDeathMarriageReportModule * + * @covers \Fisharebest\Webtrees\Module\BirthDeathMarriageReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class BirthDeathMarriageReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/BirthReportModuleTest.php b/tests/app/Module/BirthReportModuleTest.php index 48174b44f9..2227b39afa 100644 --- a/tests/app/Module/BirthReportModuleTest.php +++ b/tests/app/Module/BirthReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class BirthReportModule * + * @covers \Fisharebest\Webtrees\Module\BirthReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class BirthReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/CemeteryReportModuleTest.php b/tests/app/Module/CemeteryReportModuleTest.php index 3cda92a417..f0cf96e245 100644 --- a/tests/app/Module/CemeteryReportModuleTest.php +++ b/tests/app/Module/CemeteryReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class CemeteryReportModule * + * @covers \Fisharebest\Webtrees\Module\CemeteryReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class CemeteryReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/ChangeReportModuleTest.php b/tests/app/Module/ChangeReportModuleTest.php index 2e8229df7f..b30f048832 100644 --- a/tests/app/Module/ChangeReportModuleTest.php +++ b/tests/app/Module/ChangeReportModuleTest.php @@ -26,9 +26,41 @@ use Illuminate\Support\Carbon; /** * Test harness for the class ChangeReportModule * + * @covers \Fisharebest\Webtrees\Module\ChangeReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class ChangeReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/DeathReportModuleTest.php b/tests/app/Module/DeathReportModuleTest.php index 4820f7ff58..89d42149bf 100644 --- a/tests/app/Module/DeathReportModuleTest.php +++ b/tests/app/Module/DeathReportModuleTest.php @@ -23,11 +23,43 @@ use Fisharebest\Webtrees\Report\ReportPdf; use Fisharebest\Webtrees\Tree; /** - * Test harness for the class DeathReportModule + * Test harness for the class FactSourcesReportModule * + * @covers \Fisharebest\Webtrees\Module\FactSourcesReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class DeathReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index b735b44bbc..419d35664a 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class DescendancyReportModule * + * @covers \Fisharebest\Webtrees\Module\DescendancyReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class DescendancyReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/FactSourcesReportModuleTest.php b/tests/app/Module/FactSourcesReportModuleTest.php index 9b32010d11..8ac5847c34 100644 --- a/tests/app/Module/FactSourcesReportModuleTest.php +++ b/tests/app/Module/FactSourcesReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class FactSourcesReportModule * + * @covers \Fisharebest\Webtrees\Module\FactSourcesReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class FactSourcesReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/FamilyGroupReportModuleTest.php b/tests/app/Module/FamilyGroupReportModuleTest.php index 8c3dc43fc4..3e1c156392 100644 --- a/tests/app/Module/FamilyGroupReportModuleTest.php +++ b/tests/app/Module/FamilyGroupReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class FamilyGroupReportModule * + * @covers \Fisharebest\Webtrees\Module\FamilyGroupReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class FamilyGroupReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/IndividualFamiliesReportModuleTest.php b/tests/app/Module/IndividualFamiliesReportModuleTest.php index 729b899b7b..ebc58c37a5 100644 --- a/tests/app/Module/IndividualFamiliesReportModuleTest.php +++ b/tests/app/Module/IndividualFamiliesReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class IndividualFamiliesReportModule * + * @covers \Fisharebest\Webtrees\Module\IndividualFamiliesReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class IndividualFamiliesReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index a23caf2bd3..d8404194c2 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.php @@ -25,8 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class IndividualReportModule * + * @covers \Fisharebest\Webtrees\Module\IndividualReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup + * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf * @covers \Fisharebest\Webtrees\Report\ReportPdf */ class IndividualReportModuleTest extends \Fisharebest\Webtrees\TestCase diff --git a/tests/app/Module/MarriageReportModuleTest.php b/tests/app/Module/MarriageReportModuleTest.php index 4c2dc39d21..7c06027356 100644 --- a/tests/app/Module/MarriageReportModuleTest.php +++ b/tests/app/Module/MarriageReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class MarriageReportModule * + * @covers \Fisharebest\Webtrees\Module\MarriageReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class MarriageReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/MissingFactsReportModuleTest.php b/tests/app/Module/MissingFactsReportModuleTest.php index 33ed125729..b073da5dcb 100644 --- a/tests/app/Module/MissingFactsReportModuleTest.php +++ b/tests/app/Module/MissingFactsReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class MissingFactsReportModule * + * @covers \Fisharebest\Webtrees\Module\MissingFactsReportModule + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class MissingFactsReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/OccupationReportModuleTest.php b/tests/app/Module/OccupationReportModuleTest.php index 057e3d7cdf..15c3a753e0 100644 --- a/tests/app/Module/OccupationReportModuleTest.php +++ b/tests/app/Module/OccupationReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class OccupationReportModule * + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Module\OccupationReportModule + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class OccupationReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/PedigreeReportModuleTest.php b/tests/app/Module/PedigreeReportModuleTest.php index 9630e97846..e070cf1f04 100644 --- a/tests/app/Module/PedigreeReportModuleTest.php +++ b/tests/app/Module/PedigreeReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class PedigreeReportModule * + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Module\PedigreeReportModule + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class PedigreeReportModuleTest extends \Fisharebest\Webtrees\TestCase { diff --git a/tests/app/Module/RelatedIndividualsReportModuleTest.php b/tests/app/Module/RelatedIndividualsReportModuleTest.php index 5e09982154..a80e918b85 100644 --- a/tests/app/Module/RelatedIndividualsReportModuleTest.php +++ b/tests/app/Module/RelatedIndividualsReportModuleTest.php @@ -25,9 +25,41 @@ use Fisharebest\Webtrees\Tree; /** * Test harness for the class RelatedIndividualsReportModule * + * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait + * @covers \Fisharebest\Webtrees\Module\RelatedIndividualsReportModule + * @covers \Fisharebest\Webtrees\Report\AbstractReport + * @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\ReportBasePageheader + * @covers \Fisharebest\Webtrees\Report\ReportBaseText + * @covers \Fisharebest\Webtrees\Report\ReportBaseTextbox + * @covers \Fisharebest\Webtrees\Report\ReportExpressionLanguageProvider * @covers \Fisharebest\Webtrees\Report\ReportHtml + * @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\ReportHtmlPageheader + * @covers \Fisharebest\Webtrees\Report\ReportHtmlText + * @covers \Fisharebest\Webtrees\Report\ReportHtmlTextbox + * @covers \Fisharebest\Webtrees\Report\ReportParserBase * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate + * @covers \Fisharebest\Webtrees\Report\ReportParserSetup * @covers \Fisharebest\Webtrees\Report\ReportPdf + * @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\ReportPdfPageheader + * @covers \Fisharebest\Webtrees\Report\ReportPdfText + * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox + * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ class RelatedIndividualsReportModuleTest extends \Fisharebest\Webtrees\TestCase { |
