diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-12-13 15:54:20 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-12-13 15:55:06 +0000 |
| commit | 58a588c63196cb1f4cc1926f6fe552c754b0d27a (patch) | |
| tree | 6238de2429a4609bcf4f7f91ae05a2d1c3f39243 /tests/app/Module/IndividualReportModuleTest.php | |
| parent | 1da5dadd02c9f21e0a345e21a19b2c63ae792ed3 (diff) | |
| download | webtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.tar.gz webtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.tar.bz2 webtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.zip | |
Fix some broken tests and simplify a view
Diffstat (limited to 'tests/app/Module/IndividualReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/IndividualReportModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index 101f579b27..6618591d04 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.php @@ -87,7 +87,7 @@ class IndividualReportModuleTest extends TestCase ]; $report = new ReportParserSetup($xml); - self::assertIsArray($report->reportProperties()); + self::assertNotEmpty($report->reportProperties()); ob_start(); new ReportParserGenerate($xml, new HtmlRenderer(), $vars, $tree); |
