diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-09 14:00:47 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-09 20:45:24 +0100 |
| commit | 3cfcc809af53e831fa6cafac7b274a2cb407db6e (patch) | |
| tree | 17776f251f701ea946875c7eb532f1bfeeef4f94 /tests/app/Module/DescendancyReportModuleTest.php | |
| parent | c81b7bf19f35fbd9d805aa3658f596ace2d433d9 (diff) | |
| download | webtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.tar.gz webtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.tar.bz2 webtrees-3cfcc809af53e831fa6cafac7b274a2cb407db6e.zip | |
Working on routing; Code cleanup
Diffstat (limited to 'tests/app/Module/DescendancyReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/DescendancyReportModuleTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index f1739d460b..3c3c8c529b 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -24,6 +24,7 @@ use Fisharebest\Webtrees\Report\ReportParserGenerate; 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; @@ -66,7 +67,7 @@ use Fisharebest\Webtrees\Webtrees; * @covers \Fisharebest\Webtrees\Report\ReportPdfTextbox * @covers \Fisharebest\Webtrees\Report\ReportTcpdf */ -class DescendancyReportModuleTest extends \Fisharebest\Webtrees\TestCase +class DescendancyReportModuleTest extends TestCase { protected static $uses_database = true; |
