summaryrefslogtreecommitdiff
path: root/tests/app/Services
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-03-26 12:28:37 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-03-31 17:33:18 +0100
commit5a8afed46297e8105e3e5a33ce37e6a8e88bc79d (patch)
treed37d223799495bfb9ad13723ba7db5967d825858 /tests/app/Services
parent62ff2f188c699b1144fb2ca2d6da1358d5e1a745 (diff)
downloadwebtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.gz
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.bz2
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.zip
CodeStyle - whitespace
Diffstat (limited to 'tests/app/Services')
-rw-r--r--tests/app/Services/AdminServiceTest.php1
-rw-r--r--tests/app/Services/CalendarServiceTest.php1
-rw-r--r--tests/app/Services/CaptchaServiceTest.php1
-rw-r--r--tests/app/Services/ChartServiceTest.php1
-rw-r--r--tests/app/Services/ClipboardServiceTest.php1
-rw-r--r--tests/app/Services/DataFixServiceTest.php1
-rw-r--r--tests/app/Services/DatatablesServiceTest.php1
-rw-r--r--tests/app/Services/EmailServiceTest.php1
-rw-r--r--tests/app/Services/GedcomEditServiceTest.php1
-rw-r--r--tests/app/Services/GedcomExportServiceTest.php1
-rw-r--r--tests/app/Services/GedcomImportServiceTest.php1
-rw-r--r--tests/app/Services/GedcomServiceTest.php1
-rw-r--r--tests/app/Services/HomePageServiceTest.php1
-rw-r--r--tests/app/Services/HousekeepingServiceTest.php1
-rw-r--r--tests/app/Services/HtmlServiceTest.php1
-rw-r--r--tests/app/Services/IndividualFactsServiceTest.php1
-rw-r--r--tests/app/Services/LeafletJsServiceTest.php1
-rw-r--r--tests/app/Services/LinkedRecordServiceTest.php1
-rw-r--r--tests/app/Services/MapDataServiceTest.php1
-rw-r--r--tests/app/Services/MediaFileServiceTest.php1
-rw-r--r--tests/app/Services/MessageServiceTest.php1
-rw-r--r--tests/app/Services/MigrationServiceTest.php1
-rw-r--r--tests/app/Services/PendingChangesServiceTest.php1
-rw-r--r--tests/app/Services/RateLimitServiceTest.php1
-rw-r--r--tests/app/Services/RelationshipServiceTest.php1
-rw-r--r--tests/app/Services/RomanNumeralsServiceTest.php1
-rw-r--r--tests/app/Services/SearchServiceTest.php1
-rw-r--r--tests/app/Services/ServerCheckServiceTest.php1
-rw-r--r--tests/app/Services/SiteLogsServiceTest.php1
-rw-r--r--tests/app/Services/TimeoutServiceTest.php1
-rw-r--r--tests/app/Services/TreeServiceTest.php1
-rw-r--r--tests/app/Services/UpgradeServiceTest.php1
-rw-r--r--tests/app/Services/UserServiceTest.php1
33 files changed, 0 insertions, 33 deletions
diff --git a/tests/app/Services/AdminServiceTest.php b/tests/app/Services/AdminServiceTest.php
index c2c62eca89..c4e77f4a47 100644
--- a/tests/app/Services/AdminServiceTest.php
+++ b/tests/app/Services/AdminServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(AdminService::class)]
class AdminServiceTest extends TestCase
{
diff --git a/tests/app/Services/CalendarServiceTest.php b/tests/app/Services/CalendarServiceTest.php
index ca86fd08c2..5d85244915 100644
--- a/tests/app/Services/CalendarServiceTest.php
+++ b/tests/app/Services/CalendarServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(CalendarService::class)]
class CalendarServiceTest extends TestCase
{
diff --git a/tests/app/Services/CaptchaServiceTest.php b/tests/app/Services/CaptchaServiceTest.php
index da8f0eca6a..51f24f47d0 100644
--- a/tests/app/Services/CaptchaServiceTest.php
+++ b/tests/app/Services/CaptchaServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(CaptchaService::class)]
class CaptchaServiceTest extends TestCase
{
diff --git a/tests/app/Services/ChartServiceTest.php b/tests/app/Services/ChartServiceTest.php
index dca75b66c6..1eca62dfd0 100644
--- a/tests/app/Services/ChartServiceTest.php
+++ b/tests/app/Services/ChartServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(ChartService::class)]
class ChartServiceTest extends TestCase
{
diff --git a/tests/app/Services/ClipboardServiceTest.php b/tests/app/Services/ClipboardServiceTest.php
index ad4babea09..5b7184379e 100644
--- a/tests/app/Services/ClipboardServiceTest.php
+++ b/tests/app/Services/ClipboardServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(ClipboardService::class)]
class ClipboardServiceTest extends TestCase
{
diff --git a/tests/app/Services/DataFixServiceTest.php b/tests/app/Services/DataFixServiceTest.php
index 39e9301ecf..2441e101a6 100644
--- a/tests/app/Services/DataFixServiceTest.php
+++ b/tests/app/Services/DataFixServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(DataFixService::class)]
class DataFixServiceTest extends TestCase
{
diff --git a/tests/app/Services/DatatablesServiceTest.php b/tests/app/Services/DatatablesServiceTest.php
index 8ba9ddc54d..9547f0d791 100644
--- a/tests/app/Services/DatatablesServiceTest.php
+++ b/tests/app/Services/DatatablesServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(DatatablesService::class)]
class DatatablesServiceTest extends TestCase
{
diff --git a/tests/app/Services/EmailServiceTest.php b/tests/app/Services/EmailServiceTest.php
index d37b629fff..55704439f9 100644
--- a/tests/app/Services/EmailServiceTest.php
+++ b/tests/app/Services/EmailServiceTest.php
@@ -29,7 +29,6 @@ use PHPUnit\Framework\Attributes\DataProvider;
use function function_exists;
-
#[CoversClass(EmailService::class)]
class EmailServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomEditServiceTest.php b/tests/app/Services/GedcomEditServiceTest.php
index 81aabdd2c7..979d1d7fa6 100644
--- a/tests/app/Services/GedcomEditServiceTest.php
+++ b/tests/app/Services/GedcomEditServiceTest.php
@@ -24,7 +24,6 @@ use Fisharebest\Webtrees\Tree;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
-
#[CoversClass(GedcomEditService::class)]
class GedcomEditServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomExportServiceTest.php b/tests/app/Services/GedcomExportServiceTest.php
index a052b011f0..c7b1589bc6 100644
--- a/tests/app/Services/GedcomExportServiceTest.php
+++ b/tests/app/Services/GedcomExportServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(GedcomExportService::class)]
class GedcomExportServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomImportServiceTest.php b/tests/app/Services/GedcomImportServiceTest.php
index ea5f440a54..b1f4cb478d 100644
--- a/tests/app/Services/GedcomImportServiceTest.php
+++ b/tests/app/Services/GedcomImportServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(GedcomImportService::class)]
class GedcomImportServiceTest extends TestCase
{
diff --git a/tests/app/Services/GedcomServiceTest.php b/tests/app/Services/GedcomServiceTest.php
index d58d094d7d..bf8ee7ad5d 100644
--- a/tests/app/Services/GedcomServiceTest.php
+++ b/tests/app/Services/GedcomServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(GedcomService::class)]
class GedcomServiceTest extends TestCase
{
diff --git a/tests/app/Services/HomePageServiceTest.php b/tests/app/Services/HomePageServiceTest.php
index 36b432178e..d0732cf5da 100644
--- a/tests/app/Services/HomePageServiceTest.php
+++ b/tests/app/Services/HomePageServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(HomePageService::class)]
class HomePageServiceTest extends TestCase
{
diff --git a/tests/app/Services/HousekeepingServiceTest.php b/tests/app/Services/HousekeepingServiceTest.php
index 55a02dffc1..2ffc414e75 100644
--- a/tests/app/Services/HousekeepingServiceTest.php
+++ b/tests/app/Services/HousekeepingServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(HousekeepingService::class)]
class HousekeepingServiceTest extends TestCase
{
diff --git a/tests/app/Services/HtmlServiceTest.php b/tests/app/Services/HtmlServiceTest.php
index e6a7ebcdb7..003c9a294e 100644
--- a/tests/app/Services/HtmlServiceTest.php
+++ b/tests/app/Services/HtmlServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(HtmlService::class)]
class HtmlServiceTest extends TestCase
{
diff --git a/tests/app/Services/IndividualFactsServiceTest.php b/tests/app/Services/IndividualFactsServiceTest.php
index 7a9f7457b7..002454d29f 100644
--- a/tests/app/Services/IndividualFactsServiceTest.php
+++ b/tests/app/Services/IndividualFactsServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(IndividualFactsService::class)]
class IndividualFactsServiceTest extends TestCase
{
diff --git a/tests/app/Services/LeafletJsServiceTest.php b/tests/app/Services/LeafletJsServiceTest.php
index 01a44daf22..cebc31b50a 100644
--- a/tests/app/Services/LeafletJsServiceTest.php
+++ b/tests/app/Services/LeafletJsServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(LeafletJsService::class)]
class LeafletJsServiceTest extends TestCase
{
diff --git a/tests/app/Services/LinkedRecordServiceTest.php b/tests/app/Services/LinkedRecordServiceTest.php
index db64df04cf..3dff1d82f8 100644
--- a/tests/app/Services/LinkedRecordServiceTest.php
+++ b/tests/app/Services/LinkedRecordServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(LinkedRecordService::class)]
class LinkedRecordServiceTest extends TestCase
{
diff --git a/tests/app/Services/MapDataServiceTest.php b/tests/app/Services/MapDataServiceTest.php
index bc487d98d0..077fc1d989 100644
--- a/tests/app/Services/MapDataServiceTest.php
+++ b/tests/app/Services/MapDataServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(MapDataService::class)]
class MapDataServiceTest extends TestCase
{
diff --git a/tests/app/Services/MediaFileServiceTest.php b/tests/app/Services/MediaFileServiceTest.php
index f844c4b243..c9496f476e 100644
--- a/tests/app/Services/MediaFileServiceTest.php
+++ b/tests/app/Services/MediaFileServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(MediaFileService::class)]
class MediaFileServiceTest extends TestCase
{
diff --git a/tests/app/Services/MessageServiceTest.php b/tests/app/Services/MessageServiceTest.php
index 5fe027e611..71c5adb929 100644
--- a/tests/app/Services/MessageServiceTest.php
+++ b/tests/app/Services/MessageServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(MessageService::class)]
class MessageServiceTest extends TestCase
{
diff --git a/tests/app/Services/MigrationServiceTest.php b/tests/app/Services/MigrationServiceTest.php
index 893b5067e2..c688cb2551 100644
--- a/tests/app/Services/MigrationServiceTest.php
+++ b/tests/app/Services/MigrationServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(MigrationService::class)]
class MigrationServiceTest extends TestCase
{
diff --git a/tests/app/Services/PendingChangesServiceTest.php b/tests/app/Services/PendingChangesServiceTest.php
index 5210b187b8..e5d6e7c1ad 100644
--- a/tests/app/Services/PendingChangesServiceTest.php
+++ b/tests/app/Services/PendingChangesServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(PendingChangesService::class)]
class PendingChangesServiceTest extends TestCase
{
diff --git a/tests/app/Services/RateLimitServiceTest.php b/tests/app/Services/RateLimitServiceTest.php
index 902603afdd..708b6a01b7 100644
--- a/tests/app/Services/RateLimitServiceTest.php
+++ b/tests/app/Services/RateLimitServiceTest.php
@@ -31,7 +31,6 @@ use function implode;
use function range;
use function time;
-
#[CoversClass(RateLimitService::class)]
class RateLimitServiceTest extends TestCase
{
diff --git a/tests/app/Services/RelationshipServiceTest.php b/tests/app/Services/RelationshipServiceTest.php
index f74ec49991..cc3aba6b7f 100644
--- a/tests/app/Services/RelationshipServiceTest.php
+++ b/tests/app/Services/RelationshipServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(RelationshipService::class)]
class RelationshipServiceTest extends TestCase
{
diff --git a/tests/app/Services/RomanNumeralsServiceTest.php b/tests/app/Services/RomanNumeralsServiceTest.php
index e5ab4e69ff..c56a07c07a 100644
--- a/tests/app/Services/RomanNumeralsServiceTest.php
+++ b/tests/app/Services/RomanNumeralsServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(RomanNumeralsService::class)]
class RomanNumeralsServiceTest extends TestCase
{
diff --git a/tests/app/Services/SearchServiceTest.php b/tests/app/Services/SearchServiceTest.php
index 77e8ab3b9c..5c53ff8717 100644
--- a/tests/app/Services/SearchServiceTest.php
+++ b/tests/app/Services/SearchServiceTest.php
@@ -23,7 +23,6 @@ use Fisharebest\Webtrees\TestCase;
use Illuminate\Support\Collection;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(SearchService::class)]
class SearchServiceTest extends TestCase
{
diff --git a/tests/app/Services/ServerCheckServiceTest.php b/tests/app/Services/ServerCheckServiceTest.php
index 00dbff326d..cb47f9e669 100644
--- a/tests/app/Services/ServerCheckServiceTest.php
+++ b/tests/app/Services/ServerCheckServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(ServerCheckService::class)]
class ServerCheckServiceTest extends TestCase
{
diff --git a/tests/app/Services/SiteLogsServiceTest.php b/tests/app/Services/SiteLogsServiceTest.php
index 894afc86ba..113fbdcee7 100644
--- a/tests/app/Services/SiteLogsServiceTest.php
+++ b/tests/app/Services/SiteLogsServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(SiteLogsService::class)]
class SiteLogsServiceTest extends TestCase
{
diff --git a/tests/app/Services/TimeoutServiceTest.php b/tests/app/Services/TimeoutServiceTest.php
index d8bfd6b2e3..16c5a4034f 100644
--- a/tests/app/Services/TimeoutServiceTest.php
+++ b/tests/app/Services/TimeoutServiceTest.php
@@ -41,7 +41,6 @@ function ini_get(...$args)
return TestCase::$mock_functions->iniGet(...$args);
}
-
#[CoversClass(TimeoutService::class)]
class TimeoutServiceTest extends TestCase
{
diff --git a/tests/app/Services/TreeServiceTest.php b/tests/app/Services/TreeServiceTest.php
index 818c2c8370..547bf8773b 100644
--- a/tests/app/Services/TreeServiceTest.php
+++ b/tests/app/Services/TreeServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(TreeService::class)]
class TreeServiceTest extends TestCase
{
diff --git a/tests/app/Services/UpgradeServiceTest.php b/tests/app/Services/UpgradeServiceTest.php
index bcde08a066..379db41f7b 100644
--- a/tests/app/Services/UpgradeServiceTest.php
+++ b/tests/app/Services/UpgradeServiceTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(UpgradeService::class)]
class UpgradeServiceTest extends TestCase
{
diff --git a/tests/app/Services/UserServiceTest.php b/tests/app/Services/UserServiceTest.php
index 01d116e807..033d81d155 100644
--- a/tests/app/Services/UserServiceTest.php
+++ b/tests/app/Services/UserServiceTest.php
@@ -25,7 +25,6 @@ use Fisharebest\Webtrees\Services\UserService;
use PHPUnit\Framework\Attributes\CoversClass;
use Symfony\Component\Cache\Adapter\NullAdapter;
-
#[CoversClass(UserService::class)]
class UserServiceTest extends TestCase
{