summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-12-31 17:22:30 +0000
committerGreg Roach <greg@subaqua.co.uk>2020-12-31 17:22:30 +0000
commite563f71a2ec59b5b8c8626ad0e824fc8d8c4553c (patch)
tree5b0c572f96c40fc5d7d81505462c2164ab6750f8
parent49e008721d4906c93ca6d70f9febe738425b2cee (diff)
downloadwebtrees-e563f71a2ec59b5b8c8626ad0e824fc8d8c4553c.tar.gz
webtrees-e563f71a2ec59b5b8c8626ad0e824fc8d8c4553c.tar.bz2
webtrees-e563f71a2ec59b5b8c8626ad0e824fc8d8c4553c.zip
Tests
-rw-r--r--tests/app/Date/AbstractCalendarDateTest.php (renamed from tests/app/Date/CalendarDateTest.php)0
-rw-r--r--tests/app/Module/IndividualMetadataModuleTest.php (renamed from tests/app/Module/ExtraInformationModuleTest.php)2
-rw-r--r--tests/app/Services/EmailServiceTest.php (renamed from tests/app/Services/MailServiceTest.php)0
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/Date/CalendarDateTest.php b/tests/app/Date/AbstractCalendarDateTest.php
index acc19b1e43..acc19b1e43 100644
--- a/tests/app/Date/CalendarDateTest.php
+++ b/tests/app/Date/AbstractCalendarDateTest.php
diff --git a/tests/app/Module/ExtraInformationModuleTest.php b/tests/app/Module/IndividualMetadataModuleTest.php
index 85fe537323..31ac896d67 100644
--- a/tests/app/Module/ExtraInformationModuleTest.php
+++ b/tests/app/Module/IndividualMetadataModuleTest.php
@@ -23,6 +23,8 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ExtraInformationModule
+ *
+ * @covers \Fisharebest\Webtrees\Module\ExtraInformationModule
*/
class ExtraInformationModuleTest extends TestCase
{
diff --git a/tests/app/Services/MailServiceTest.php b/tests/app/Services/EmailServiceTest.php
index ed2e52c847..ed2e52c847 100644
--- a/tests/app/Services/MailServiceTest.php
+++ b/tests/app/Services/EmailServiceTest.php