summaryrefslogtreecommitdiff
path: root/tests/app/Module/IndividualReportModuleTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-03-15 13:20:38 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-03-15 13:20:38 +0000
commitc52e633348a2ee522a9a5d3b1edd388d659ad39e (patch)
tree81ba7b5244c40c630570302bc8584ed0d3139507 /tests/app/Module/IndividualReportModuleTest.php
parent976c6dcf0195e6036cfe711bfb79ed41042d79bf (diff)
downloadwebtrees-c52e633348a2ee522a9a5d3b1edd388d659ad39e.tar.gz
webtrees-c52e633348a2ee522a9a5d3b1edd388d659ad39e.tar.bz2
webtrees-c52e633348a2ee522a9a5d3b1edd388d659ad39e.zip
Testing
Diffstat (limited to 'tests/app/Module/IndividualReportModuleTest.php')
-rw-r--r--tests/app/Module/IndividualReportModuleTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php
index b2c440f3dd..a23caf2bd3 100644
--- a/tests/app/Module/IndividualReportModuleTest.php
+++ b/tests/app/Module/IndividualReportModuleTest.php
@@ -26,8 +26,8 @@ use Fisharebest\Webtrees\Tree;
* Test harness for the class IndividualReportModule
*
* @covers \Fisharebest\Webtrees\Report\ReportHtml
- * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate;
- * @covers \Fisharebest\Webtrees\Report\ReportPdf;
+ * @covers \Fisharebest\Webtrees\Report\ReportParserGenerate
+ * @covers \Fisharebest\Webtrees\Report\ReportPdf
*/
class IndividualReportModuleTest extends \Fisharebest\Webtrees\TestCase
{