summaryrefslogtreecommitdiff
path: root/tests/app/Module/DescendancyReportModuleTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-25 21:31:59 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-25 21:31:59 +0100
commit75964c75fd01f8e12e2a313cc89fc2222413a03f (patch)
tree11e854fbe3a11b1c923556f593e27250b3ceec4c /tests/app/Module/DescendancyReportModuleTest.php
parent062e72369ad5a64ec7e9a8866dd25ed2c46b14a7 (diff)
downloadwebtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.tar.gz
webtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.tar.bz2
webtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.zip
No need to throw exceptions in assert()
Diffstat (limited to 'tests/app/Module/DescendancyReportModuleTest.php')
-rw-r--r--tests/app/Module/DescendancyReportModuleTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php
index f156c57e6e..49d8ea0245 100644
--- a/tests/app/Module/DescendancyReportModuleTest.php
+++ b/tests/app/Module/DescendancyReportModuleTest.php
@@ -26,7 +26,6 @@ use Fisharebest\Webtrees\Report\ReportParserSetup;
use Fisharebest\Webtrees\Report\ReportPdf;
use Fisharebest\Webtrees\Services\UserService;
use Fisharebest\Webtrees\TestCase;
-use Fisharebest\Webtrees\Tree;
use Fisharebest\Webtrees\Webtrees;
/**