diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-25 21:31:59 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-25 21:31:59 +0100 |
| commit | 75964c75fd01f8e12e2a313cc89fc2222413a03f (patch) | |
| tree | 11e854fbe3a11b1c923556f593e27250b3ceec4c /tests/app/Module/IndividualReportModuleTest.php | |
| parent | 062e72369ad5a64ec7e9a8866dd25ed2c46b14a7 (diff) | |
| download | webtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.tar.gz webtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.tar.bz2 webtrees-75964c75fd01f8e12e2a313cc89fc2222413a03f.zip | |
No need to throw exceptions in assert()
Diffstat (limited to 'tests/app/Module/IndividualReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/IndividualReportModuleTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index 471c74ffb4..1500b783c8 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.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; /** |
