summaryrefslogtreecommitdiff
path: root/tests/app/Services
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-12-23 16:18:22 +0000
committerGreg Roach <greg@subaqua.co.uk>2023-12-30 22:34:36 +0000
commita9b613b19a7bebd6295716a08ffb33e94a76bd34 (patch)
treee9e75dbadb2942406d4d6034a9896944ff331438 /tests/app/Services
parentde92d7140e7c759005cf544eb0e1564537648f08 (diff)
downloadwebtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.tar.gz
webtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.tar.bz2
webtrees-a9b613b19a7bebd6295716a08ffb33e94a76bd34.zip
Fix: typo in @covers annotation
Diffstat (limited to 'tests/app/Services')
-rw-r--r--tests/app/Services/AdminServiceTest.php2
-rw-r--r--tests/app/Services/CalendarServiceTest.php2
-rw-r--r--tests/app/Services/CaptchaServiceTest.php2
-rw-r--r--tests/app/Services/ChartServiceTest.php2
-rw-r--r--tests/app/Services/ClipboardServiceTest.php2
-rw-r--r--tests/app/Services/DataFixServiceTest.php2
-rw-r--r--tests/app/Services/DatatablesServiceTest.php2
-rw-r--r--tests/app/Services/GedcomExportServiceTest.php2
-rw-r--r--tests/app/Services/GedcomImportServiceTest.php2
-rw-r--r--tests/app/Services/GedcomServiceTest.php2
-rw-r--r--tests/app/Services/HomePageServiceTest.php2
-rw-r--r--tests/app/Services/HousekeepingServiceTest.php2
-rw-r--r--tests/app/Services/IndividualFactsServiceTest.php2
-rw-r--r--tests/app/Services/LeafletJsServiceTest.php2
-rw-r--r--tests/app/Services/LinkedRecordServiceTest.php2
-rw-r--r--tests/app/Services/MapDataServiceTest.php2
-rw-r--r--tests/app/Services/MediaFileServiceTest.php2
-rw-r--r--tests/app/Services/MessageServiceTest.php2
-rw-r--r--tests/app/Services/MigrationServiceTest.php2
-rw-r--r--tests/app/Services/PendingChangesServiceTest.php2
-rw-r--r--tests/app/Services/RelationshipServiceTest.php2
-rw-r--r--tests/app/Services/RomanNumeralsServiceTest.php2
-rw-r--r--tests/app/Services/ServerCheckServiceTest.php2
-rw-r--r--tests/app/Services/SiteLogsServiceTest.php2
-rw-r--r--tests/app/Services/TreeServiceTest.php2
-rw-r--r--tests/app/Services/UpgradeServiceTest.php2
26 files changed, 26 insertions, 26 deletions
diff --git a/tests/app/Services/AdminServiceTest.php b/tests/app/Services/AdminServiceTest.php
index 04ea234310..424e097aa4 100644
--- a/tests/app/Services/AdminServiceTest.php
+++ b/tests/app/Services/AdminServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class AdminService
*
- * @covers Fisharebest\Webtrees\Services\AdminService
+ * @covers \Fisharebest\Webtrees\Services\AdminService
*/
class AdminServiceTest extends TestCase
{
diff --git a/tests/app/Services/CalendarServiceTest.php b/tests/app/Services/CalendarServiceTest.php
index f5beca43ba..c04a5277f1 100644
--- a/tests/app/Services/CalendarServiceTest.php
+++ b/tests/app/Services/CalendarServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class CalendarService
*
- * @covers Fisharebest\Webtrees\Services\CalendarService
+ * @covers \Fisharebest\Webtrees\Services\CalendarService
*/
class CalendarServiceTest extends TestCase
{
diff --git a/tests/app/Services/CaptchaServiceTest.php b/tests/app/Services/CaptchaServiceTest.php
index e0527f4ca3..4d0bb1e2ad 100644
--- a/tests/app/Services/CaptchaServiceTest.php
+++ b/tests/app/Services/CaptchaServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class CaptchaService
*
- * @covers Fisharebest\Webtrees\Services\CaptchaService
+ * @covers \Fisharebest\Webtrees\Services\CaptchaService
*/
class CaptchaServiceTest extends TestCase
{
diff --git a/tests/app/Services/ChartServiceTest.php b/tests/app/Services/ChartServiceTest.php
index bcfc0a18fd..6b16944613 100644
--- a/tests/app/Services/ChartServiceTest.php
+++ b/tests/app/Services/ChartServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartService
*
- * @covers Fisharebest\Webtrees\Services\ChartService
+ * @covers \Fisharebest\Webtrees\Services\ChartService
*/
class ChartServiceTest extends TestCase
{
diff --git a/tests/app/Services/ClipboardServiceTest.php b/tests/app/Services/ClipboardServiceTest.php
index 23e8256733..035defdb61 100644
--- a/tests/app/Services/ClipboardServiceTest.php
+++ b/tests/app/Services/ClipboardServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ClipboardService
*
- * @covers Fisharebest\Webtrees\Services\ClipboardService
+ * @covers \Fisharebest\Webtrees\Services\ClipboardService
*/
class ClipboardServiceTest extends TestCase
{
diff --git a/tests/app/Services/DataFixServiceTest.php b/tests/app/Services/DataFixServiceTest.php
index 50c484fa4e..2c4fd7753f 100644
--- a/tests/app/Services/DataFixServiceTest.php
+++ b/tests/app/Services/DataFixServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class DataFixService
*
- * @covers Fisharebest\Webtrees\Services\DataFixService
+ * @covers \Fisharebest\Webtrees\Services\DataFixService
*/
class DataFixServiceTest extends TestCase
{
diff --git a/tests/app/Services/DatatablesServiceTest.php b/tests/app/Services/DatatablesServiceTest.php
index 7bc68951b0..e12753b1e6 100644
--- a/tests/app/Services/DatatablesServiceTest.php
+++ b/tests/app/Services/DatatablesServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class DatatablesService
*
- * @covers Fisharebest\Webtrees\Services\DatatablesService
+ * @covers \Fisharebest\Webtrees\Services\DatatablesService
*/
class DatatablesServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomExportServiceTest.php b/tests/app/Services/GedcomExportServiceTest.php
index 6d1f9d4b49..4d1e6e9444 100644
--- a/tests/app/Services/GedcomExportServiceTest.php
+++ b/tests/app/Services/GedcomExportServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class GedcomExportService
*
- * @covers Fisharebest\Webtrees\Services\GedcomExportService
+ * @covers \Fisharebest\Webtrees\Services\GedcomExportService
*/
class GedcomExportServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomImportServiceTest.php b/tests/app/Services/GedcomImportServiceTest.php
index 4485cae5ed..c877178a9e 100644
--- a/tests/app/Services/GedcomImportServiceTest.php
+++ b/tests/app/Services/GedcomImportServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class GedcomImportService
*
- * @covers Fisharebest\Webtrees\Services\GedcomImportService
+ * @covers \Fisharebest\Webtrees\Services\GedcomImportService
*/
class GedcomImportServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomServiceTest.php b/tests/app/Services/GedcomServiceTest.php
index 3a60d7bbce..6323736b32 100644
--- a/tests/app/Services/GedcomServiceTest.php
+++ b/tests/app/Services/GedcomServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class GedcomService
*
- * @covers Fisharebest\Webtrees\Services\GedcomService
+ * @covers \Fisharebest\Webtrees\Services\GedcomService
*/
class GedcomServiceTest extends TestCase
{
diff --git a/tests/app/Services/HomePageServiceTest.php b/tests/app/Services/HomePageServiceTest.php
index 5f1a0646c7..820ac5f9f7 100644
--- a/tests/app/Services/HomePageServiceTest.php
+++ b/tests/app/Services/HomePageServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class HomePageService
*
- * @covers Fisharebest\Webtrees\Services\HomePageService
+ * @covers \Fisharebest\Webtrees\Services\HomePageService
*/
class HomePageServiceTest extends TestCase
{
diff --git a/tests/app/Services/HousekeepingServiceTest.php b/tests/app/Services/HousekeepingServiceTest.php
index 270a6d37dc..aafbe64547 100644
--- a/tests/app/Services/HousekeepingServiceTest.php
+++ b/tests/app/Services/HousekeepingServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class HousekeepingService
*
- * @covers Fisharebest\Webtrees\Services\HousekeepingService
+ * @covers \Fisharebest\Webtrees\Services\HousekeepingService
*/
class HousekeepingServiceTest extends TestCase
{
diff --git a/tests/app/Services/IndividualFactsServiceTest.php b/tests/app/Services/IndividualFactsServiceTest.php
index 6d0b99e888..322fc72df8 100644
--- a/tests/app/Services/IndividualFactsServiceTest.php
+++ b/tests/app/Services/IndividualFactsServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class IndividualFactsService
*
- * @covers Fisharebest\Webtrees\Services\IndividualFactsService
+ * @covers \Fisharebest\Webtrees\Services\IndividualFactsService
*/
class IndividualFactsServiceTest extends TestCase
{
diff --git a/tests/app/Services/LeafletJsServiceTest.php b/tests/app/Services/LeafletJsServiceTest.php
index a8609026a7..0c2f1165e0 100644
--- a/tests/app/Services/LeafletJsServiceTest.php
+++ b/tests/app/Services/LeafletJsServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class LeafletJsService
*
- * @covers Fisharebest\Webtrees\Services\LeafletJsService
+ * @covers \Fisharebest\Webtrees\Services\LeafletJsService
*/
class LeafletJsServiceTest extends TestCase
{
diff --git a/tests/app/Services/LinkedRecordServiceTest.php b/tests/app/Services/LinkedRecordServiceTest.php
index a64d93bde5..877cc270bc 100644
--- a/tests/app/Services/LinkedRecordServiceTest.php
+++ b/tests/app/Services/LinkedRecordServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class LinkedRecordService
*
- * @covers Fisharebest\Webtrees\Services\LinkedRecordService
+ * @covers \Fisharebest\Webtrees\Services\LinkedRecordService
*/
class LinkedRecordServiceTest extends TestCase
{
diff --git a/tests/app/Services/MapDataServiceTest.php b/tests/app/Services/MapDataServiceTest.php
index 6b70d4d656..fdae1f31ed 100644
--- a/tests/app/Services/MapDataServiceTest.php
+++ b/tests/app/Services/MapDataServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class MapDataService
*
- * @covers Fisharebest\Webtrees\Services\MapDataService
+ * @covers \Fisharebest\Webtrees\Services\MapDataService
*/
class MapDataServiceTest extends TestCase
{
diff --git a/tests/app/Services/MediaFileServiceTest.php b/tests/app/Services/MediaFileServiceTest.php
index 8ae02df21b..0bb181041d 100644
--- a/tests/app/Services/MediaFileServiceTest.php
+++ b/tests/app/Services/MediaFileServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class MediaFileService
*
- * @covers Fisharebest\Webtrees\Services\MediaFileService
+ * @covers \Fisharebest\Webtrees\Services\MediaFileService
*/
class MediaFileServiceTest extends TestCase
{
diff --git a/tests/app/Services/MessageServiceTest.php b/tests/app/Services/MessageServiceTest.php
index 8966b217d7..4c0abf27db 100644
--- a/tests/app/Services/MessageServiceTest.php
+++ b/tests/app/Services/MessageServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class MessageService
*
- * @covers Fisharebest\Webtrees\Services\MessageService
+ * @covers \Fisharebest\Webtrees\Services\MessageService
*/
class MessageServiceTest extends TestCase
{
diff --git a/tests/app/Services/MigrationServiceTest.php b/tests/app/Services/MigrationServiceTest.php
index 59056a8ef8..59370dea2b 100644
--- a/tests/app/Services/MigrationServiceTest.php
+++ b/tests/app/Services/MigrationServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class MigrationService
*
- * @covers Fisharebest\Webtrees\Services\MigrationService
+ * @covers \Fisharebest\Webtrees\Services\MigrationService
*/
class MigrationServiceTest extends TestCase
{
diff --git a/tests/app/Services/PendingChangesServiceTest.php b/tests/app/Services/PendingChangesServiceTest.php
index 88f16150de..087a08a859 100644
--- a/tests/app/Services/PendingChangesServiceTest.php
+++ b/tests/app/Services/PendingChangesServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class PendingChangesService
*
- * @covers Fisharebest\Webtrees\Services\PendingChangesService
+ * @covers \Fisharebest\Webtrees\Services\PendingChangesService
*/
class PendingChangesServiceTest extends TestCase
{
diff --git a/tests/app/Services/RelationshipServiceTest.php b/tests/app/Services/RelationshipServiceTest.php
index d4c67673aa..a5ad955204 100644
--- a/tests/app/Services/RelationshipServiceTest.php
+++ b/tests/app/Services/RelationshipServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class RelationshipService
*
- * @covers Fisharebest\Webtrees\Services\RelationshipService
+ * @covers \Fisharebest\Webtrees\Services\RelationshipService
*/
class RelationshipServiceTest extends TestCase
{
diff --git a/tests/app/Services/RomanNumeralsServiceTest.php b/tests/app/Services/RomanNumeralsServiceTest.php
index f3f870d79c..8df16a3d4b 100644
--- a/tests/app/Services/RomanNumeralsServiceTest.php
+++ b/tests/app/Services/RomanNumeralsServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class RomanNumeralsService
*
- * @covers Fisharebest\Webtrees\Services\RomanNumeralsService
+ * @covers \Fisharebest\Webtrees\Services\RomanNumeralsService
*/
class RomanNumeralsServiceTest extends TestCase
{
diff --git a/tests/app/Services/ServerCheckServiceTest.php b/tests/app/Services/ServerCheckServiceTest.php
index bb252466eb..4b412418ee 100644
--- a/tests/app/Services/ServerCheckServiceTest.php
+++ b/tests/app/Services/ServerCheckServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ServerCheckService
*
- * @covers Fisharebest\Webtrees\Services\ServerCheckService
+ * @covers \Fisharebest\Webtrees\Services\ServerCheckService
*/
class ServerCheckServiceTest extends TestCase
{
diff --git a/tests/app/Services/SiteLogsServiceTest.php b/tests/app/Services/SiteLogsServiceTest.php
index 0f2e028525..be2de10dda 100644
--- a/tests/app/Services/SiteLogsServiceTest.php
+++ b/tests/app/Services/SiteLogsServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class SiteLogsService
*
- * @covers Fisharebest\Webtrees\Services\SiteLogsService
+ * @covers \Fisharebest\Webtrees\Services\SiteLogsService
*/
class SiteLogsServiceTest extends TestCase
{
diff --git a/tests/app/Services/TreeServiceTest.php b/tests/app/Services/TreeServiceTest.php
index 372c899671..0852154bb7 100644
--- a/tests/app/Services/TreeServiceTest.php
+++ b/tests/app/Services/TreeServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class TreeService
*
- * @covers Fisharebest\Webtrees\Services\TreeService
+ * @covers \Fisharebest\Webtrees\Services\TreeService
*/
class TreeServiceTest extends TestCase
{
diff --git a/tests/app/Services/UpgradeServiceTest.php b/tests/app/Services/UpgradeServiceTest.php
index 931655ed84..57df44975b 100644
--- a/tests/app/Services/UpgradeServiceTest.php
+++ b/tests/app/Services/UpgradeServiceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class UpgradeService
*
- * @covers Fisharebest\Webtrees\Services\UpgradeService
+ * @covers \Fisharebest\Webtrees\Services\UpgradeService
*/
class UpgradeServiceTest extends TestCase
{