summaryrefslogtreecommitdiff
path: root/tests/app/Module/DescendancyReportModuleTest.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-12-13 15:54:20 +0000
committerGreg Roach <greg@subaqua.co.uk>2023-12-13 15:55:06 +0000
commit58a588c63196cb1f4cc1926f6fe552c754b0d27a (patch)
tree6238de2429a4609bcf4f7f91ae05a2d1c3f39243 /tests/app/Module/DescendancyReportModuleTest.php
parent1da5dadd02c9f21e0a345e21a19b2c63ae792ed3 (diff)
downloadwebtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.tar.gz
webtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.tar.bz2
webtrees-58a588c63196cb1f4cc1926f6fe552c754b0d27a.zip
Fix some broken tests and simplify a view
Diffstat (limited to 'tests/app/Module/DescendancyReportModuleTest.php')
-rw-r--r--tests/app/Module/DescendancyReportModuleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php
index d331c8a65e..fb70853fb4 100644
--- a/tests/app/Module/DescendancyReportModuleTest.php
+++ b/tests/app/Module/DescendancyReportModuleTest.php
@@ -88,7 +88,7 @@ class DescendancyReportModuleTest extends TestCase
];
$report = new ReportParserSetup($xml);
- self::assertIsArray($report->reportProperties());
+ self::assertNotEmpty($report->reportProperties());
ob_start();
new ReportParserGenerate($xml, new HtmlRenderer(), $vars, $tree);