Home
last modified time | relevance | path

Searched refs:ReportParserSetup (Results 1 – 20 of 20) sorted by relevance

/webtrees/tests/app/Module/
H A DBirthDeathMarriageReportModuleTest.php41 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
104 new ReportParserSetup($xml);
H A DFamilyGroupReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
112 new ReportParserSetup($xml);
H A DBirthReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
111 new ReportParserSetup($xml);
H A DMissingFactsReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
121 new ReportParserSetup($xml);
H A DOccupationReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
106 new ReportParserSetup($xml);
H A DMarriageReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
109 new ReportParserSetup($xml);
H A DDeathReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
112 new ReportParserSetup($xml);
H A DFactSourcesReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
109 new ReportParserSetup($xml);
H A DPedigreeReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
106 new ReportParserSetup($xml);
H A DRelatedIndividualsReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
112 new ReportParserSetup($xml);
H A DCemeteryReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
109 new ReportParserSetup($xml);
H A DIndividualReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
109 new ReportParserSetup($xml);
H A DAhnentafelReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
114 new ReportParserSetup($xml);
H A DDescendancyReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
110 new ReportParserSetup($xml);
H A DIndividualFamiliesReportModuleTest.php43 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
115 new ReportParserSetup($xml);
H A DChangeReportModuleTest.php44 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
112 new ReportParserSetup($xml);
/webtrees/app/Http/RequestHandlers/
H A DReportSetupPage.php28 use Fisharebest\Webtrees\Report\ReportParserSetup; alias
78 $report_array = (new ReportParserSetup($xml_filename))->reportProperties();
/webtrees/tests/app/Report/
H A DReportParserSetupTest.php30 self::assertTrue(class_exists(ReportParserSetup::class));
/webtrees/app/Report/
H A DReportParserSetup.php31 class ReportParserSetup extends ReportParserBase class
/webtrees/
H A Dphpstan-baseline.neon7657 path: app/Report/ReportParserSetup.php
7660 …message: '#^Method Fisharebest\\Webtrees\\Report\\ReportParserSetup\:\:reportProperties\(\) should…
7663 path: app/Report/ReportParserSetup.php
7666 …message: '#^Property Fisharebest\\Webtrees\\Report\\ReportParserSetup\:\:\$data \(array\<string, a…
7669 path: app/Report/ReportParserSetup.php