summaryrefslogtreecommitdiff
path: root/tests/app/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Schema')
-rw-r--r--tests/app/Schema/Migration0Test.php2
-rw-r--r--tests/app/Schema/Migration10Test.php2
-rw-r--r--tests/app/Schema/Migration11Test.php2
-rw-r--r--tests/app/Schema/Migration12Test.php2
-rw-r--r--tests/app/Schema/Migration13Test.php2
-rw-r--r--tests/app/Schema/Migration14Test.php2
-rw-r--r--tests/app/Schema/Migration15Test.php2
-rw-r--r--tests/app/Schema/Migration16Test.php2
-rw-r--r--tests/app/Schema/Migration17Test.php2
-rw-r--r--tests/app/Schema/Migration18Test.php2
-rw-r--r--tests/app/Schema/Migration19Test.php2
-rw-r--r--tests/app/Schema/Migration1Test.php2
-rw-r--r--tests/app/Schema/Migration20Test.php2
-rw-r--r--tests/app/Schema/Migration21Test.php2
-rw-r--r--tests/app/Schema/Migration22Test.php2
-rw-r--r--tests/app/Schema/Migration23Test.php2
-rw-r--r--tests/app/Schema/Migration24Test.php2
-rw-r--r--tests/app/Schema/Migration25Test.php2
-rw-r--r--tests/app/Schema/Migration26Test.php2
-rw-r--r--tests/app/Schema/Migration27Test.php2
-rw-r--r--tests/app/Schema/Migration28Test.php2
-rw-r--r--tests/app/Schema/Migration29Test.php2
-rw-r--r--tests/app/Schema/Migration2Test.php2
-rw-r--r--tests/app/Schema/Migration30Test.php2
-rw-r--r--tests/app/Schema/Migration31Test.php2
-rw-r--r--tests/app/Schema/Migration32Test.php2
-rw-r--r--tests/app/Schema/Migration33Test.php2
-rw-r--r--tests/app/Schema/Migration34Test.php2
-rw-r--r--tests/app/Schema/Migration35Test.php2
-rw-r--r--tests/app/Schema/Migration36Test.php2
-rw-r--r--tests/app/Schema/Migration37Test.php2
-rw-r--r--tests/app/Schema/Migration38Test.php2
-rw-r--r--tests/app/Schema/Migration39Test.php2
-rw-r--r--tests/app/Schema/Migration3Test.php2
-rw-r--r--tests/app/Schema/Migration40Test.php2
-rw-r--r--tests/app/Schema/Migration41Test.php2
-rw-r--r--tests/app/Schema/Migration42Test.php2
-rw-r--r--tests/app/Schema/Migration43Test.php2
-rw-r--r--tests/app/Schema/Migration44Test.php2
-rw-r--r--tests/app/Schema/Migration4Test.php2
-rw-r--r--tests/app/Schema/Migration5Test.php2
-rw-r--r--tests/app/Schema/Migration6Test.php2
-rw-r--r--tests/app/Schema/Migration7Test.php2
-rw-r--r--tests/app/Schema/Migration8Test.php2
-rw-r--r--tests/app/Schema/Migration9Test.php2
-rw-r--r--tests/app/Schema/SeedDefaultResnTableTest.php2
-rw-r--r--tests/app/Schema/SeedGedcomTableTest.php2
-rw-r--r--tests/app/Schema/SeedUserTableTest.php2
48 files changed, 48 insertions, 48 deletions
diff --git a/tests/app/Schema/Migration0Test.php b/tests/app/Schema/Migration0Test.php
index 1f972bd43f..038e913863 100644
--- a/tests/app/Schema/Migration0Test.php
+++ b/tests/app/Schema/Migration0Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration0
*
- * @covers Fisharebest\Webtrees\Schema\Migration0
+ * @covers \Fisharebest\Webtrees\Schema\Migration0
*/
class Migration0Test extends TestCase
{
diff --git a/tests/app/Schema/Migration10Test.php b/tests/app/Schema/Migration10Test.php
index a7918d1046..90b15b7fee 100644
--- a/tests/app/Schema/Migration10Test.php
+++ b/tests/app/Schema/Migration10Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration10
*
- * @covers Fisharebest\Webtrees\Schema\Migration10
+ * @covers \Fisharebest\Webtrees\Schema\Migration10
*/
class Migration10Test extends TestCase
{
diff --git a/tests/app/Schema/Migration11Test.php b/tests/app/Schema/Migration11Test.php
index ae2ef2aa7f..dd86a729fc 100644
--- a/tests/app/Schema/Migration11Test.php
+++ b/tests/app/Schema/Migration11Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration11
*
- * @covers Fisharebest\Webtrees\Schema\Migration11
+ * @covers \Fisharebest\Webtrees\Schema\Migration11
*/
class Migration11Test extends TestCase
{
diff --git a/tests/app/Schema/Migration12Test.php b/tests/app/Schema/Migration12Test.php
index e83b590279..0ecfbcb443 100644
--- a/tests/app/Schema/Migration12Test.php
+++ b/tests/app/Schema/Migration12Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration12
*
- * @covers Fisharebest\Webtrees\Schema\Migration12
+ * @covers \Fisharebest\Webtrees\Schema\Migration12
*/
class Migration12Test extends TestCase
{
diff --git a/tests/app/Schema/Migration13Test.php b/tests/app/Schema/Migration13Test.php
index ac0d74cdd0..52024d4333 100644
--- a/tests/app/Schema/Migration13Test.php
+++ b/tests/app/Schema/Migration13Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration13
*
- * @covers Fisharebest\Webtrees\Schema\Migration13
+ * @covers \Fisharebest\Webtrees\Schema\Migration13
*/
class Migration13Test extends TestCase
{
diff --git a/tests/app/Schema/Migration14Test.php b/tests/app/Schema/Migration14Test.php
index 2e29830dbd..867f0e8416 100644
--- a/tests/app/Schema/Migration14Test.php
+++ b/tests/app/Schema/Migration14Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration14
*
- * @covers Fisharebest\Webtrees\Schema\Migration14
+ * @covers \Fisharebest\Webtrees\Schema\Migration14
*/
class Migration14Test extends TestCase
{
diff --git a/tests/app/Schema/Migration15Test.php b/tests/app/Schema/Migration15Test.php
index 0cdc535ffa..7e60b08663 100644
--- a/tests/app/Schema/Migration15Test.php
+++ b/tests/app/Schema/Migration15Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration15
*
- * @covers Fisharebest\Webtrees\Schema\Migration15
+ * @covers \Fisharebest\Webtrees\Schema\Migration15
*/
class Migration15Test extends TestCase
{
diff --git a/tests/app/Schema/Migration16Test.php b/tests/app/Schema/Migration16Test.php
index 016a0bc4bc..c901f6d04f 100644
--- a/tests/app/Schema/Migration16Test.php
+++ b/tests/app/Schema/Migration16Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration16
*
- * @covers Fisharebest\Webtrees\Schema\Migration16
+ * @covers \Fisharebest\Webtrees\Schema\Migration16
*/
class Migration16Test extends TestCase
{
diff --git a/tests/app/Schema/Migration17Test.php b/tests/app/Schema/Migration17Test.php
index 5c9304a552..145ce92b6c 100644
--- a/tests/app/Schema/Migration17Test.php
+++ b/tests/app/Schema/Migration17Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration17
*
- * @covers Fisharebest\Webtrees\Schema\Migration17
+ * @covers \Fisharebest\Webtrees\Schema\Migration17
*/
class Migration17Test extends TestCase
{
diff --git a/tests/app/Schema/Migration18Test.php b/tests/app/Schema/Migration18Test.php
index f208c3a566..b9f1477a97 100644
--- a/tests/app/Schema/Migration18Test.php
+++ b/tests/app/Schema/Migration18Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration18
*
- * @covers Fisharebest\Webtrees\Schema\Migration18
+ * @covers \Fisharebest\Webtrees\Schema\Migration18
*/
class Migration18Test extends TestCase
{
diff --git a/tests/app/Schema/Migration19Test.php b/tests/app/Schema/Migration19Test.php
index 15839f4a0e..b1fcf09db2 100644
--- a/tests/app/Schema/Migration19Test.php
+++ b/tests/app/Schema/Migration19Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration19
*
- * @covers Fisharebest\Webtrees\Schema\Migration19
+ * @covers \Fisharebest\Webtrees\Schema\Migration19
*/
class Migration19Test extends TestCase
{
diff --git a/tests/app/Schema/Migration1Test.php b/tests/app/Schema/Migration1Test.php
index 72d779bbc3..65edee52cd 100644
--- a/tests/app/Schema/Migration1Test.php
+++ b/tests/app/Schema/Migration1Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration1
*
- * @covers Fisharebest\Webtrees\Schema\Migration1
+ * @covers \Fisharebest\Webtrees\Schema\Migration1
*/
class Migration1Test extends TestCase
{
diff --git a/tests/app/Schema/Migration20Test.php b/tests/app/Schema/Migration20Test.php
index 48ac6a0c8f..1510e47173 100644
--- a/tests/app/Schema/Migration20Test.php
+++ b/tests/app/Schema/Migration20Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration20
*
- * @covers Fisharebest\Webtrees\Schema\Migration20
+ * @covers \Fisharebest\Webtrees\Schema\Migration20
*/
class Migration20Test extends TestCase
{
diff --git a/tests/app/Schema/Migration21Test.php b/tests/app/Schema/Migration21Test.php
index f7bc287018..05c13245cc 100644
--- a/tests/app/Schema/Migration21Test.php
+++ b/tests/app/Schema/Migration21Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration21
*
- * @covers Fisharebest\Webtrees\Schema\Migration21
+ * @covers \Fisharebest\Webtrees\Schema\Migration21
*/
class Migration21Test extends TestCase
{
diff --git a/tests/app/Schema/Migration22Test.php b/tests/app/Schema/Migration22Test.php
index 49c7d282f9..0fed0a3938 100644
--- a/tests/app/Schema/Migration22Test.php
+++ b/tests/app/Schema/Migration22Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration22
*
- * @covers Fisharebest\Webtrees\Schema\Migration22
+ * @covers \Fisharebest\Webtrees\Schema\Migration22
*/
class Migration22Test extends TestCase
{
diff --git a/tests/app/Schema/Migration23Test.php b/tests/app/Schema/Migration23Test.php
index 90a24e5f7a..09fbddc63f 100644
--- a/tests/app/Schema/Migration23Test.php
+++ b/tests/app/Schema/Migration23Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration23
*
- * @covers Fisharebest\Webtrees\Schema\Migration23
+ * @covers \Fisharebest\Webtrees\Schema\Migration23
*/
class Migration23Test extends TestCase
{
diff --git a/tests/app/Schema/Migration24Test.php b/tests/app/Schema/Migration24Test.php
index 717f75f083..1ae41ffbaf 100644
--- a/tests/app/Schema/Migration24Test.php
+++ b/tests/app/Schema/Migration24Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration24
*
- * @covers Fisharebest\Webtrees\Schema\Migration24
+ * @covers \Fisharebest\Webtrees\Schema\Migration24
*/
class Migration24Test extends TestCase
{
diff --git a/tests/app/Schema/Migration25Test.php b/tests/app/Schema/Migration25Test.php
index ef27dd34bc..a1e307648b 100644
--- a/tests/app/Schema/Migration25Test.php
+++ b/tests/app/Schema/Migration25Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration25
*
- * @covers Fisharebest\Webtrees\Schema\Migration25
+ * @covers \Fisharebest\Webtrees\Schema\Migration25
*/
class Migration25Test extends TestCase
{
diff --git a/tests/app/Schema/Migration26Test.php b/tests/app/Schema/Migration26Test.php
index 4cb9d1caf4..946afc7f77 100644
--- a/tests/app/Schema/Migration26Test.php
+++ b/tests/app/Schema/Migration26Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration26
*
- * @covers Fisharebest\Webtrees\Schema\Migration26
+ * @covers \Fisharebest\Webtrees\Schema\Migration26
*/
class Migration26Test extends TestCase
{
diff --git a/tests/app/Schema/Migration27Test.php b/tests/app/Schema/Migration27Test.php
index ce1cd78c30..e23b6fbea4 100644
--- a/tests/app/Schema/Migration27Test.php
+++ b/tests/app/Schema/Migration27Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration27
*
- * @covers Fisharebest\Webtrees\Schema\Migration27
+ * @covers \Fisharebest\Webtrees\Schema\Migration27
*/
class Migration27Test extends TestCase
{
diff --git a/tests/app/Schema/Migration28Test.php b/tests/app/Schema/Migration28Test.php
index 0713aaed26..9a09f50761 100644
--- a/tests/app/Schema/Migration28Test.php
+++ b/tests/app/Schema/Migration28Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration28
*
- * @covers Fisharebest\Webtrees\Schema\Migration28
+ * @covers \Fisharebest\Webtrees\Schema\Migration28
*/
class Migration28Test extends TestCase
{
diff --git a/tests/app/Schema/Migration29Test.php b/tests/app/Schema/Migration29Test.php
index 187f105272..2167e3ba00 100644
--- a/tests/app/Schema/Migration29Test.php
+++ b/tests/app/Schema/Migration29Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration29
*
- * @covers Fisharebest\Webtrees\Schema\Migration29
+ * @covers \Fisharebest\Webtrees\Schema\Migration29
*/
class Migration29Test extends TestCase
{
diff --git a/tests/app/Schema/Migration2Test.php b/tests/app/Schema/Migration2Test.php
index 7f8b5e8a04..6797440a26 100644
--- a/tests/app/Schema/Migration2Test.php
+++ b/tests/app/Schema/Migration2Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration2
*
- * @covers Fisharebest\Webtrees\Schema\Migration2
+ * @covers \Fisharebest\Webtrees\Schema\Migration2
*/
class Migration2Test extends TestCase
{
diff --git a/tests/app/Schema/Migration30Test.php b/tests/app/Schema/Migration30Test.php
index bedd17929e..7a2b617674 100644
--- a/tests/app/Schema/Migration30Test.php
+++ b/tests/app/Schema/Migration30Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration30
*
- * @covers Fisharebest\Webtrees\Schema\Migration30
+ * @covers \Fisharebest\Webtrees\Schema\Migration30
*/
class Migration30Test extends TestCase
{
diff --git a/tests/app/Schema/Migration31Test.php b/tests/app/Schema/Migration31Test.php
index 45c01d25d6..08c9b69ab6 100644
--- a/tests/app/Schema/Migration31Test.php
+++ b/tests/app/Schema/Migration31Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration31
*
- * @covers Fisharebest\Webtrees\Schema\Migration31
+ * @covers \Fisharebest\Webtrees\Schema\Migration31
*/
class Migration31Test extends TestCase
{
diff --git a/tests/app/Schema/Migration32Test.php b/tests/app/Schema/Migration32Test.php
index c45e765669..f74cae7f85 100644
--- a/tests/app/Schema/Migration32Test.php
+++ b/tests/app/Schema/Migration32Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration32
*
- * @covers Fisharebest\Webtrees\Schema\Migration32
+ * @covers \Fisharebest\Webtrees\Schema\Migration32
*/
class Migration32Test extends TestCase
{
diff --git a/tests/app/Schema/Migration33Test.php b/tests/app/Schema/Migration33Test.php
index a444fb0935..ce3e5d6fc6 100644
--- a/tests/app/Schema/Migration33Test.php
+++ b/tests/app/Schema/Migration33Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration33
*
- * @covers Fisharebest\Webtrees\Schema\Migration33
+ * @covers \Fisharebest\Webtrees\Schema\Migration33
*/
class Migration33Test extends TestCase
{
diff --git a/tests/app/Schema/Migration34Test.php b/tests/app/Schema/Migration34Test.php
index fa42fc7408..c8f5168e32 100644
--- a/tests/app/Schema/Migration34Test.php
+++ b/tests/app/Schema/Migration34Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration34
*
- * @covers Fisharebest\Webtrees\Schema\Migration34
+ * @covers \Fisharebest\Webtrees\Schema\Migration34
*/
class Migration34Test extends TestCase
{
diff --git a/tests/app/Schema/Migration35Test.php b/tests/app/Schema/Migration35Test.php
index 3b6eff3921..227e7eef9d 100644
--- a/tests/app/Schema/Migration35Test.php
+++ b/tests/app/Schema/Migration35Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration35
*
- * @covers Fisharebest\Webtrees\Schema\Migration35
+ * @covers \Fisharebest\Webtrees\Schema\Migration35
*/
class Migration35Test extends TestCase
{
diff --git a/tests/app/Schema/Migration36Test.php b/tests/app/Schema/Migration36Test.php
index 6472b6de7a..afe1e11e6c 100644
--- a/tests/app/Schema/Migration36Test.php
+++ b/tests/app/Schema/Migration36Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration36
*
- * @covers Fisharebest\Webtrees\Schema\Migration36
+ * @covers \Fisharebest\Webtrees\Schema\Migration36
*/
class Migration36Test extends TestCase
{
diff --git a/tests/app/Schema/Migration37Test.php b/tests/app/Schema/Migration37Test.php
index 3925e3a034..30629606ed 100644
--- a/tests/app/Schema/Migration37Test.php
+++ b/tests/app/Schema/Migration37Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration37
*
- * @covers Fisharebest\Webtrees\Schema\Migration37
+ * @covers \Fisharebest\Webtrees\Schema\Migration37
*/
class Migration37Test extends TestCase
{
diff --git a/tests/app/Schema/Migration38Test.php b/tests/app/Schema/Migration38Test.php
index 33f3b0f0af..dc60ee6459 100644
--- a/tests/app/Schema/Migration38Test.php
+++ b/tests/app/Schema/Migration38Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration38
*
- * @covers Fisharebest\Webtrees\Schema\Migration38
+ * @covers \Fisharebest\Webtrees\Schema\Migration38
*/
class Migration38Test extends TestCase
{
diff --git a/tests/app/Schema/Migration39Test.php b/tests/app/Schema/Migration39Test.php
index b16cc855d6..e8c57d1d78 100644
--- a/tests/app/Schema/Migration39Test.php
+++ b/tests/app/Schema/Migration39Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration39
*
- * @covers Fisharebest\Webtrees\Schema\Migration39
+ * @covers \Fisharebest\Webtrees\Schema\Migration39
*/
class Migration39Test extends TestCase
{
diff --git a/tests/app/Schema/Migration3Test.php b/tests/app/Schema/Migration3Test.php
index abb0d40a5b..a41f7e4b09 100644
--- a/tests/app/Schema/Migration3Test.php
+++ b/tests/app/Schema/Migration3Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration3
*
- * @covers Fisharebest\Webtrees\Schema\Migration3
+ * @covers \Fisharebest\Webtrees\Schema\Migration3
*/
class Migration3Test extends TestCase
{
diff --git a/tests/app/Schema/Migration40Test.php b/tests/app/Schema/Migration40Test.php
index 42bbac422c..772120f339 100644
--- a/tests/app/Schema/Migration40Test.php
+++ b/tests/app/Schema/Migration40Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration40
*
- * @covers Fisharebest\Webtrees\Schema\Migration40
+ * @covers \Fisharebest\Webtrees\Schema\Migration40
*/
class Migration40Test extends TestCase
{
diff --git a/tests/app/Schema/Migration41Test.php b/tests/app/Schema/Migration41Test.php
index 3755ee72df..1506ce0253 100644
--- a/tests/app/Schema/Migration41Test.php
+++ b/tests/app/Schema/Migration41Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration41
*
- * @covers Fisharebest\Webtrees\Schema\Migration41
+ * @covers \Fisharebest\Webtrees\Schema\Migration41
*/
class Migration41Test extends TestCase
{
diff --git a/tests/app/Schema/Migration42Test.php b/tests/app/Schema/Migration42Test.php
index 887ca111bf..47c85f074d 100644
--- a/tests/app/Schema/Migration42Test.php
+++ b/tests/app/Schema/Migration42Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration42
*
- * @covers Fisharebest\Webtrees\Schema\Migration42
+ * @covers \Fisharebest\Webtrees\Schema\Migration42
*/
class Migration42Test extends TestCase
{
diff --git a/tests/app/Schema/Migration43Test.php b/tests/app/Schema/Migration43Test.php
index d3ca8e8e9e..f194cd0632 100644
--- a/tests/app/Schema/Migration43Test.php
+++ b/tests/app/Schema/Migration43Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration43
*
- * @covers Fisharebest\Webtrees\Schema\Migration43
+ * @covers \Fisharebest\Webtrees\Schema\Migration43
*/
class Migration43Test extends TestCase
{
diff --git a/tests/app/Schema/Migration44Test.php b/tests/app/Schema/Migration44Test.php
index 1d036c1395..bdaefc33a5 100644
--- a/tests/app/Schema/Migration44Test.php
+++ b/tests/app/Schema/Migration44Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration44
*
- * @covers Fisharebest\Webtrees\Schema\Migration44
+ * @covers \Fisharebest\Webtrees\Schema\Migration44
*/
class Migration44Test extends TestCase
{
diff --git a/tests/app/Schema/Migration4Test.php b/tests/app/Schema/Migration4Test.php
index 4213219b07..447d63320f 100644
--- a/tests/app/Schema/Migration4Test.php
+++ b/tests/app/Schema/Migration4Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration4
*
- * @covers Fisharebest\Webtrees\Schema\Migration4
+ * @covers \Fisharebest\Webtrees\Schema\Migration4
*/
class Migration4Test extends TestCase
{
diff --git a/tests/app/Schema/Migration5Test.php b/tests/app/Schema/Migration5Test.php
index e0af124e7c..5de9dd300f 100644
--- a/tests/app/Schema/Migration5Test.php
+++ b/tests/app/Schema/Migration5Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration5
*
- * @covers Fisharebest\Webtrees\Schema\Migration5
+ * @covers \Fisharebest\Webtrees\Schema\Migration5
*/
class Migration5Test extends TestCase
{
diff --git a/tests/app/Schema/Migration6Test.php b/tests/app/Schema/Migration6Test.php
index 6b5e391d63..40431e5785 100644
--- a/tests/app/Schema/Migration6Test.php
+++ b/tests/app/Schema/Migration6Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration6
*
- * @covers Fisharebest\Webtrees\Schema\Migration6
+ * @covers \Fisharebest\Webtrees\Schema\Migration6
*/
class Migration6Test extends TestCase
{
diff --git a/tests/app/Schema/Migration7Test.php b/tests/app/Schema/Migration7Test.php
index 2a5b9fc560..116e095c4a 100644
--- a/tests/app/Schema/Migration7Test.php
+++ b/tests/app/Schema/Migration7Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration7
*
- * @covers Fisharebest\Webtrees\Schema\Migration7
+ * @covers \Fisharebest\Webtrees\Schema\Migration7
*/
class Migration7Test extends TestCase
{
diff --git a/tests/app/Schema/Migration8Test.php b/tests/app/Schema/Migration8Test.php
index 67da33161c..35c4874050 100644
--- a/tests/app/Schema/Migration8Test.php
+++ b/tests/app/Schema/Migration8Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration8
*
- * @covers Fisharebest\Webtrees\Schema\Migration8
+ * @covers \Fisharebest\Webtrees\Schema\Migration8
*/
class Migration8Test extends TestCase
{
diff --git a/tests/app/Schema/Migration9Test.php b/tests/app/Schema/Migration9Test.php
index e91b143554..dfb8a5fa3c 100644
--- a/tests/app/Schema/Migration9Test.php
+++ b/tests/app/Schema/Migration9Test.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class Migration9
*
- * @covers Fisharebest\Webtrees\Schema\Migration9
+ * @covers \Fisharebest\Webtrees\Schema\Migration9
*/
class Migration9Test extends TestCase
{
diff --git a/tests/app/Schema/SeedDefaultResnTableTest.php b/tests/app/Schema/SeedDefaultResnTableTest.php
index 48f53ae60e..e860473c37 100644
--- a/tests/app/Schema/SeedDefaultResnTableTest.php
+++ b/tests/app/Schema/SeedDefaultResnTableTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class SeedDefaultResnTable
*
- * @covers Fisharebest\Webtrees\Schema\SeedDefaultResnTable
+ * @covers \Fisharebest\Webtrees\Schema\SeedDefaultResnTable
*/
class SeedDefaultResnTableTest extends TestCase
{
diff --git a/tests/app/Schema/SeedGedcomTableTest.php b/tests/app/Schema/SeedGedcomTableTest.php
index e2d8308e21..185b96bc1e 100644
--- a/tests/app/Schema/SeedGedcomTableTest.php
+++ b/tests/app/Schema/SeedGedcomTableTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class SeedGedcomTable
*
- * @covers Fisharebest\Webtrees\Schema\SeedGedcomTable
+ * @covers \Fisharebest\Webtrees\Schema\SeedGedcomTable
*/
class SeedGedcomTableTest extends TestCase
{
diff --git a/tests/app/Schema/SeedUserTableTest.php b/tests/app/Schema/SeedUserTableTest.php
index 34ca43d7d8..f417d9f9fc 100644
--- a/tests/app/Schema/SeedUserTableTest.php
+++ b/tests/app/Schema/SeedUserTableTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class SeedUserTable
*
- * @covers Fisharebest\Webtrees\Schema\SeedUserTable
+ * @covers \Fisharebest\Webtrees\Schema\SeedUserTable
*/
class SeedUserTableTest extends TestCase
{