summaryrefslogtreecommitdiff
path: root/tests/app/Schema
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/Schema
parent62ff2f188c699b1144fb2ca2d6da1358d5e1a745 (diff)
downloadwebtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.gz
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.tar.bz2
webtrees-5a8afed46297e8105e3e5a33ce37e6a8e88bc79d.zip
CodeStyle - whitespace
Diffstat (limited to 'tests/app/Schema')
-rw-r--r--tests/app/Schema/Migration0Test.php1
-rw-r--r--tests/app/Schema/Migration10Test.php1
-rw-r--r--tests/app/Schema/Migration11Test.php1
-rw-r--r--tests/app/Schema/Migration12Test.php1
-rw-r--r--tests/app/Schema/Migration13Test.php1
-rw-r--r--tests/app/Schema/Migration14Test.php1
-rw-r--r--tests/app/Schema/Migration15Test.php1
-rw-r--r--tests/app/Schema/Migration16Test.php1
-rw-r--r--tests/app/Schema/Migration17Test.php1
-rw-r--r--tests/app/Schema/Migration18Test.php1
-rw-r--r--tests/app/Schema/Migration19Test.php1
-rw-r--r--tests/app/Schema/Migration1Test.php1
-rw-r--r--tests/app/Schema/Migration20Test.php1
-rw-r--r--tests/app/Schema/Migration21Test.php1
-rw-r--r--tests/app/Schema/Migration22Test.php1
-rw-r--r--tests/app/Schema/Migration23Test.php1
-rw-r--r--tests/app/Schema/Migration24Test.php1
-rw-r--r--tests/app/Schema/Migration25Test.php1
-rw-r--r--tests/app/Schema/Migration26Test.php1
-rw-r--r--tests/app/Schema/Migration27Test.php1
-rw-r--r--tests/app/Schema/Migration28Test.php1
-rw-r--r--tests/app/Schema/Migration29Test.php1
-rw-r--r--tests/app/Schema/Migration2Test.php1
-rw-r--r--tests/app/Schema/Migration30Test.php1
-rw-r--r--tests/app/Schema/Migration31Test.php1
-rw-r--r--tests/app/Schema/Migration32Test.php1
-rw-r--r--tests/app/Schema/Migration33Test.php1
-rw-r--r--tests/app/Schema/Migration34Test.php1
-rw-r--r--tests/app/Schema/Migration35Test.php1
-rw-r--r--tests/app/Schema/Migration36Test.php1
-rw-r--r--tests/app/Schema/Migration37Test.php1
-rw-r--r--tests/app/Schema/Migration38Test.php1
-rw-r--r--tests/app/Schema/Migration39Test.php1
-rw-r--r--tests/app/Schema/Migration3Test.php1
-rw-r--r--tests/app/Schema/Migration40Test.php1
-rw-r--r--tests/app/Schema/Migration41Test.php1
-rw-r--r--tests/app/Schema/Migration42Test.php1
-rw-r--r--tests/app/Schema/Migration43Test.php1
-rw-r--r--tests/app/Schema/Migration44Test.php1
-rw-r--r--tests/app/Schema/Migration4Test.php1
-rw-r--r--tests/app/Schema/Migration5Test.php1
-rw-r--r--tests/app/Schema/Migration6Test.php1
-rw-r--r--tests/app/Schema/Migration7Test.php1
-rw-r--r--tests/app/Schema/Migration8Test.php1
-rw-r--r--tests/app/Schema/Migration9Test.php1
-rw-r--r--tests/app/Schema/SeedDefaultResnTableTest.php1
-rw-r--r--tests/app/Schema/SeedGedcomTableTest.php1
-rw-r--r--tests/app/Schema/SeedUserTableTest.php1
48 files changed, 0 insertions, 48 deletions
diff --git a/tests/app/Schema/Migration0Test.php b/tests/app/Schema/Migration0Test.php
index b97b20fa2b..70b658649f 100644
--- a/tests/app/Schema/Migration0Test.php
+++ b/tests/app/Schema/Migration0Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration0::class)]
class Migration0Test extends TestCase
{
diff --git a/tests/app/Schema/Migration10Test.php b/tests/app/Schema/Migration10Test.php
index f5ee28b8fe..f5ae8fc5c3 100644
--- a/tests/app/Schema/Migration10Test.php
+++ b/tests/app/Schema/Migration10Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration10::class)]
class Migration10Test extends TestCase
{
diff --git a/tests/app/Schema/Migration11Test.php b/tests/app/Schema/Migration11Test.php
index b6ea370f43..d80f6f8e23 100644
--- a/tests/app/Schema/Migration11Test.php
+++ b/tests/app/Schema/Migration11Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration11::class)]
class Migration11Test extends TestCase
{
diff --git a/tests/app/Schema/Migration12Test.php b/tests/app/Schema/Migration12Test.php
index 1e081b37bd..ebe22e718a 100644
--- a/tests/app/Schema/Migration12Test.php
+++ b/tests/app/Schema/Migration12Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration12::class)]
class Migration12Test extends TestCase
{
diff --git a/tests/app/Schema/Migration13Test.php b/tests/app/Schema/Migration13Test.php
index b2331c2afb..e783664619 100644
--- a/tests/app/Schema/Migration13Test.php
+++ b/tests/app/Schema/Migration13Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration13::class)]
class Migration13Test extends TestCase
{
diff --git a/tests/app/Schema/Migration14Test.php b/tests/app/Schema/Migration14Test.php
index da36dbe30f..73bc78afe9 100644
--- a/tests/app/Schema/Migration14Test.php
+++ b/tests/app/Schema/Migration14Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration14::class)]
class Migration14Test extends TestCase
{
diff --git a/tests/app/Schema/Migration15Test.php b/tests/app/Schema/Migration15Test.php
index 78b3972ce3..fb6ecf0052 100644
--- a/tests/app/Schema/Migration15Test.php
+++ b/tests/app/Schema/Migration15Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration15::class)]
class Migration15Test extends TestCase
{
diff --git a/tests/app/Schema/Migration16Test.php b/tests/app/Schema/Migration16Test.php
index deca9e444a..81fdca3f27 100644
--- a/tests/app/Schema/Migration16Test.php
+++ b/tests/app/Schema/Migration16Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration16::class)]
class Migration16Test extends TestCase
{
diff --git a/tests/app/Schema/Migration17Test.php b/tests/app/Schema/Migration17Test.php
index ac1a3e175b..a413563cad 100644
--- a/tests/app/Schema/Migration17Test.php
+++ b/tests/app/Schema/Migration17Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration17::class)]
class Migration17Test extends TestCase
{
diff --git a/tests/app/Schema/Migration18Test.php b/tests/app/Schema/Migration18Test.php
index 8dda83d4f4..366a0333cf 100644
--- a/tests/app/Schema/Migration18Test.php
+++ b/tests/app/Schema/Migration18Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration18::class)]
class Migration18Test extends TestCase
{
diff --git a/tests/app/Schema/Migration19Test.php b/tests/app/Schema/Migration19Test.php
index f926fe05ed..b283c5c5be 100644
--- a/tests/app/Schema/Migration19Test.php
+++ b/tests/app/Schema/Migration19Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration19::class)]
class Migration19Test extends TestCase
{
diff --git a/tests/app/Schema/Migration1Test.php b/tests/app/Schema/Migration1Test.php
index 56b15fdef8..50a2eda3b8 100644
--- a/tests/app/Schema/Migration1Test.php
+++ b/tests/app/Schema/Migration1Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration1::class)]
class Migration1Test extends TestCase
{
diff --git a/tests/app/Schema/Migration20Test.php b/tests/app/Schema/Migration20Test.php
index 26d752b8ac..442e261cee 100644
--- a/tests/app/Schema/Migration20Test.php
+++ b/tests/app/Schema/Migration20Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration20::class)]
class Migration20Test extends TestCase
{
diff --git a/tests/app/Schema/Migration21Test.php b/tests/app/Schema/Migration21Test.php
index a3319be42a..4b9d994306 100644
--- a/tests/app/Schema/Migration21Test.php
+++ b/tests/app/Schema/Migration21Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration21::class)]
class Migration21Test extends TestCase
{
diff --git a/tests/app/Schema/Migration22Test.php b/tests/app/Schema/Migration22Test.php
index 649a391f30..bc234e014a 100644
--- a/tests/app/Schema/Migration22Test.php
+++ b/tests/app/Schema/Migration22Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration22::class)]
class Migration22Test extends TestCase
{
diff --git a/tests/app/Schema/Migration23Test.php b/tests/app/Schema/Migration23Test.php
index 87baa6aa5d..1385e696e3 100644
--- a/tests/app/Schema/Migration23Test.php
+++ b/tests/app/Schema/Migration23Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration23::class)]
class Migration23Test extends TestCase
{
diff --git a/tests/app/Schema/Migration24Test.php b/tests/app/Schema/Migration24Test.php
index 07f5479fc7..5d7325852d 100644
--- a/tests/app/Schema/Migration24Test.php
+++ b/tests/app/Schema/Migration24Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration24::class)]
class Migration24Test extends TestCase
{
diff --git a/tests/app/Schema/Migration25Test.php b/tests/app/Schema/Migration25Test.php
index f6e7e4ae5e..3a78cd5d92 100644
--- a/tests/app/Schema/Migration25Test.php
+++ b/tests/app/Schema/Migration25Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration25::class)]
class Migration25Test extends TestCase
{
diff --git a/tests/app/Schema/Migration26Test.php b/tests/app/Schema/Migration26Test.php
index 903fe66d0d..526fb17e7b 100644
--- a/tests/app/Schema/Migration26Test.php
+++ b/tests/app/Schema/Migration26Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration26::class)]
class Migration26Test extends TestCase
{
diff --git a/tests/app/Schema/Migration27Test.php b/tests/app/Schema/Migration27Test.php
index 4956685d2b..cd4f0965c5 100644
--- a/tests/app/Schema/Migration27Test.php
+++ b/tests/app/Schema/Migration27Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration27::class)]
class Migration27Test extends TestCase
{
diff --git a/tests/app/Schema/Migration28Test.php b/tests/app/Schema/Migration28Test.php
index 76da745c12..f0085320a2 100644
--- a/tests/app/Schema/Migration28Test.php
+++ b/tests/app/Schema/Migration28Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration28::class)]
class Migration28Test extends TestCase
{
diff --git a/tests/app/Schema/Migration29Test.php b/tests/app/Schema/Migration29Test.php
index 093f7d6aa3..50466dfe69 100644
--- a/tests/app/Schema/Migration29Test.php
+++ b/tests/app/Schema/Migration29Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration29::class)]
class Migration29Test extends TestCase
{
diff --git a/tests/app/Schema/Migration2Test.php b/tests/app/Schema/Migration2Test.php
index 9d19f3d384..7c262471ae 100644
--- a/tests/app/Schema/Migration2Test.php
+++ b/tests/app/Schema/Migration2Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration2::class)]
class Migration2Test extends TestCase
{
diff --git a/tests/app/Schema/Migration30Test.php b/tests/app/Schema/Migration30Test.php
index ba2e9b4362..bca6eb6b26 100644
--- a/tests/app/Schema/Migration30Test.php
+++ b/tests/app/Schema/Migration30Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration30::class)]
class Migration30Test extends TestCase
{
diff --git a/tests/app/Schema/Migration31Test.php b/tests/app/Schema/Migration31Test.php
index 5754792049..137325c7ea 100644
--- a/tests/app/Schema/Migration31Test.php
+++ b/tests/app/Schema/Migration31Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration31::class)]
class Migration31Test extends TestCase
{
diff --git a/tests/app/Schema/Migration32Test.php b/tests/app/Schema/Migration32Test.php
index 759cd349e1..22b4ec347f 100644
--- a/tests/app/Schema/Migration32Test.php
+++ b/tests/app/Schema/Migration32Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration32::class)]
class Migration32Test extends TestCase
{
diff --git a/tests/app/Schema/Migration33Test.php b/tests/app/Schema/Migration33Test.php
index 74c3fd28de..797bea4e09 100644
--- a/tests/app/Schema/Migration33Test.php
+++ b/tests/app/Schema/Migration33Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration33::class)]
class Migration33Test extends TestCase
{
diff --git a/tests/app/Schema/Migration34Test.php b/tests/app/Schema/Migration34Test.php
index 1ab5cea536..bfb77f1084 100644
--- a/tests/app/Schema/Migration34Test.php
+++ b/tests/app/Schema/Migration34Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration34::class)]
class Migration34Test extends TestCase
{
diff --git a/tests/app/Schema/Migration35Test.php b/tests/app/Schema/Migration35Test.php
index 7a480e820a..b922d9ad7d 100644
--- a/tests/app/Schema/Migration35Test.php
+++ b/tests/app/Schema/Migration35Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration35::class)]
class Migration35Test extends TestCase
{
diff --git a/tests/app/Schema/Migration36Test.php b/tests/app/Schema/Migration36Test.php
index 52bc46e0d1..f0a0632c03 100644
--- a/tests/app/Schema/Migration36Test.php
+++ b/tests/app/Schema/Migration36Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration36::class)]
class Migration36Test extends TestCase
{
diff --git a/tests/app/Schema/Migration37Test.php b/tests/app/Schema/Migration37Test.php
index 29349d6c53..9805709366 100644
--- a/tests/app/Schema/Migration37Test.php
+++ b/tests/app/Schema/Migration37Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration37::class)]
class Migration37Test extends TestCase
{
diff --git a/tests/app/Schema/Migration38Test.php b/tests/app/Schema/Migration38Test.php
index 8b9d75a849..baaabcc8fe 100644
--- a/tests/app/Schema/Migration38Test.php
+++ b/tests/app/Schema/Migration38Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration38::class)]
class Migration38Test extends TestCase
{
diff --git a/tests/app/Schema/Migration39Test.php b/tests/app/Schema/Migration39Test.php
index 09bcda931e..05f0b079bd 100644
--- a/tests/app/Schema/Migration39Test.php
+++ b/tests/app/Schema/Migration39Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration39::class)]
class Migration39Test extends TestCase
{
diff --git a/tests/app/Schema/Migration3Test.php b/tests/app/Schema/Migration3Test.php
index 019acdb61c..8bd5dc594a 100644
--- a/tests/app/Schema/Migration3Test.php
+++ b/tests/app/Schema/Migration3Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration3::class)]
class Migration3Test extends TestCase
{
diff --git a/tests/app/Schema/Migration40Test.php b/tests/app/Schema/Migration40Test.php
index 5c6af358d9..141c1b93f9 100644
--- a/tests/app/Schema/Migration40Test.php
+++ b/tests/app/Schema/Migration40Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration40::class)]
class Migration40Test extends TestCase
{
diff --git a/tests/app/Schema/Migration41Test.php b/tests/app/Schema/Migration41Test.php
index 67cef79599..e944868e2f 100644
--- a/tests/app/Schema/Migration41Test.php
+++ b/tests/app/Schema/Migration41Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration41::class)]
class Migration41Test extends TestCase
{
diff --git a/tests/app/Schema/Migration42Test.php b/tests/app/Schema/Migration42Test.php
index dc1d6718c3..2b710ab3e7 100644
--- a/tests/app/Schema/Migration42Test.php
+++ b/tests/app/Schema/Migration42Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration42::class)]
class Migration42Test extends TestCase
{
diff --git a/tests/app/Schema/Migration43Test.php b/tests/app/Schema/Migration43Test.php
index 6e0019a255..702bb5cc41 100644
--- a/tests/app/Schema/Migration43Test.php
+++ b/tests/app/Schema/Migration43Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration43::class)]
class Migration43Test extends TestCase
{
diff --git a/tests/app/Schema/Migration44Test.php b/tests/app/Schema/Migration44Test.php
index 6e50f11a7a..a5a3f29642 100644
--- a/tests/app/Schema/Migration44Test.php
+++ b/tests/app/Schema/Migration44Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration44::class)]
class Migration44Test extends TestCase
{
diff --git a/tests/app/Schema/Migration4Test.php b/tests/app/Schema/Migration4Test.php
index 69c27b004b..6f6e41de46 100644
--- a/tests/app/Schema/Migration4Test.php
+++ b/tests/app/Schema/Migration4Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration4::class)]
class Migration4Test extends TestCase
{
diff --git a/tests/app/Schema/Migration5Test.php b/tests/app/Schema/Migration5Test.php
index b25ba6cbf9..bf1188c6a3 100644
--- a/tests/app/Schema/Migration5Test.php
+++ b/tests/app/Schema/Migration5Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration5::class)]
class Migration5Test extends TestCase
{
diff --git a/tests/app/Schema/Migration6Test.php b/tests/app/Schema/Migration6Test.php
index 780fa9799b..e7b09fc7cd 100644
--- a/tests/app/Schema/Migration6Test.php
+++ b/tests/app/Schema/Migration6Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration6::class)]
class Migration6Test extends TestCase
{
diff --git a/tests/app/Schema/Migration7Test.php b/tests/app/Schema/Migration7Test.php
index 9237bc5888..aa125a8ea7 100644
--- a/tests/app/Schema/Migration7Test.php
+++ b/tests/app/Schema/Migration7Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration7::class)]
class Migration7Test extends TestCase
{
diff --git a/tests/app/Schema/Migration8Test.php b/tests/app/Schema/Migration8Test.php
index 44e7ad9ac9..0a87c94096 100644
--- a/tests/app/Schema/Migration8Test.php
+++ b/tests/app/Schema/Migration8Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration8::class)]
class Migration8Test extends TestCase
{
diff --git a/tests/app/Schema/Migration9Test.php b/tests/app/Schema/Migration9Test.php
index b2c33ee223..b43771f950 100644
--- a/tests/app/Schema/Migration9Test.php
+++ b/tests/app/Schema/Migration9Test.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(Migration9::class)]
class Migration9Test extends TestCase
{
diff --git a/tests/app/Schema/SeedDefaultResnTableTest.php b/tests/app/Schema/SeedDefaultResnTableTest.php
index 785c5d9c59..2584edd084 100644
--- a/tests/app/Schema/SeedDefaultResnTableTest.php
+++ b/tests/app/Schema/SeedDefaultResnTableTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(SeedDefaultResnTable::class)]
class SeedDefaultResnTableTest extends TestCase
{
diff --git a/tests/app/Schema/SeedGedcomTableTest.php b/tests/app/Schema/SeedGedcomTableTest.php
index c1d867ec65..efc64c3ad1 100644
--- a/tests/app/Schema/SeedGedcomTableTest.php
+++ b/tests/app/Schema/SeedGedcomTableTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(SeedGedcomTable::class)]
class SeedGedcomTableTest extends TestCase
{
diff --git a/tests/app/Schema/SeedUserTableTest.php b/tests/app/Schema/SeedUserTableTest.php
index 6b3e01669a..ad2a183f0a 100644
--- a/tests/app/Schema/SeedUserTableTest.php
+++ b/tests/app/Schema/SeedUserTableTest.php
@@ -22,7 +22,6 @@ namespace Fisharebest\Webtrees\Schema;
use Fisharebest\Webtrees\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
-
#[CoversClass(SeedUserTable::class)]
class SeedUserTableTest extends TestCase
{