summaryrefslogtreecommitdiff
path: root/tests/app/Statistics/Google
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Statistics/Google')
-rw-r--r--tests/app/Statistics/Google/ChartAgeTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartBirthTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartChildrenTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartCommonGivenTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartCommonSurnameTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartDeathTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartDistributionTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartDivorceTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartFamilyLargestTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartMarriageAgeTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartMarriageTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartMediaTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartMortalityTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php2
-rw-r--r--tests/app/Statistics/Google/ChartSexTest.php2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/app/Statistics/Google/ChartAgeTest.php b/tests/app/Statistics/Google/ChartAgeTest.php
index c96b414179..d0a3e219da 100644
--- a/tests/app/Statistics/Google/ChartAgeTest.php
+++ b/tests/app/Statistics/Google/ChartAgeTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartAge
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartAge
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartAge
*/
class ChartAgeTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartBirthTest.php b/tests/app/Statistics/Google/ChartBirthTest.php
index 586f5dfc04..334319aa68 100644
--- a/tests/app/Statistics/Google/ChartBirthTest.php
+++ b/tests/app/Statistics/Google/ChartBirthTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartBirth
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartBirth
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartBirth
*/
class ChartBirthTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartChildrenTest.php b/tests/app/Statistics/Google/ChartChildrenTest.php
index 961f4c3018..2d2388d074 100644
--- a/tests/app/Statistics/Google/ChartChildrenTest.php
+++ b/tests/app/Statistics/Google/ChartChildrenTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartChildren
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartChildren
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartChildren
*/
class ChartChildrenTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartCommonGivenTest.php b/tests/app/Statistics/Google/ChartCommonGivenTest.php
index 66dfe10d53..cb87f92e5b 100644
--- a/tests/app/Statistics/Google/ChartCommonGivenTest.php
+++ b/tests/app/Statistics/Google/ChartCommonGivenTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartCommonGiven
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartCommonGiven
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartCommonGiven
*/
class ChartCommonGivenTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartCommonSurnameTest.php b/tests/app/Statistics/Google/ChartCommonSurnameTest.php
index 79a8d94b88..6b4297e2e8 100644
--- a/tests/app/Statistics/Google/ChartCommonSurnameTest.php
+++ b/tests/app/Statistics/Google/ChartCommonSurnameTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartCommonSurname
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartCommonSurname
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartCommonSurname
*/
class ChartCommonSurnameTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartDeathTest.php b/tests/app/Statistics/Google/ChartDeathTest.php
index 77e22f5a0c..104b0a0695 100644
--- a/tests/app/Statistics/Google/ChartDeathTest.php
+++ b/tests/app/Statistics/Google/ChartDeathTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartDeath
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartDeath
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartDeath
*/
class ChartDeathTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartDistributionTest.php b/tests/app/Statistics/Google/ChartDistributionTest.php
index 80e110f33e..38c3e88eb0 100644
--- a/tests/app/Statistics/Google/ChartDistributionTest.php
+++ b/tests/app/Statistics/Google/ChartDistributionTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartDistribution
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartDistribution
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartDistribution
*/
class ChartDistributionTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartDivorceTest.php b/tests/app/Statistics/Google/ChartDivorceTest.php
index 99f7f2d27f..b698b7e545 100644
--- a/tests/app/Statistics/Google/ChartDivorceTest.php
+++ b/tests/app/Statistics/Google/ChartDivorceTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartDivorce
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartDivorce
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartDivorce
*/
class ChartDivorceTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartFamilyLargestTest.php b/tests/app/Statistics/Google/ChartFamilyLargestTest.php
index e754a24ac2..0a22df53d9 100644
--- a/tests/app/Statistics/Google/ChartFamilyLargestTest.php
+++ b/tests/app/Statistics/Google/ChartFamilyLargestTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartFamilyLargest
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartFamilyLargest
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartFamilyLargest
*/
class ChartFamilyLargestTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php
index 046da0dcbe..f1a2af34c2 100644
--- a/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php
+++ b/tests/app/Statistics/Google/ChartFamilyWithSourcesTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartFamilyWithSources
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartFamilyWithSources
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartFamilyWithSources
*/
class ChartFamilyWithSourcesTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php
index 186a6b7c4d..3409215c51 100644
--- a/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php
+++ b/tests/app/Statistics/Google/ChartIndividualWithSourcesTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartIndividualWithSources
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartIndividualWithSources
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartIndividualWithSources
*/
class ChartIndividualWithSourcesTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartMarriageAgeTest.php b/tests/app/Statistics/Google/ChartMarriageAgeTest.php
index 99a147b735..c426e5ab27 100644
--- a/tests/app/Statistics/Google/ChartMarriageAgeTest.php
+++ b/tests/app/Statistics/Google/ChartMarriageAgeTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartMarriageAge
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartMarriageAge
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartMarriageAge
*/
class ChartMarriageAgeTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartMarriageTest.php b/tests/app/Statistics/Google/ChartMarriageTest.php
index 224601959b..c3b605521c 100644
--- a/tests/app/Statistics/Google/ChartMarriageTest.php
+++ b/tests/app/Statistics/Google/ChartMarriageTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartMarriage
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartMarriage
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartMarriage
*/
class ChartMarriageTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartMediaTest.php b/tests/app/Statistics/Google/ChartMediaTest.php
index 1ae859ae9d..ca51e178ef 100644
--- a/tests/app/Statistics/Google/ChartMediaTest.php
+++ b/tests/app/Statistics/Google/ChartMediaTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartMedia
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartMedia
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartMedia
*/
class ChartMediaTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartMortalityTest.php b/tests/app/Statistics/Google/ChartMortalityTest.php
index 5f6f8914d2..934432ae9e 100644
--- a/tests/app/Statistics/Google/ChartMortalityTest.php
+++ b/tests/app/Statistics/Google/ChartMortalityTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartMortality
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartMortality
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartMortality
*/
class ChartMortalityTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php
index 3b2196b2af..b01953d2d5 100644
--- a/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php
+++ b/tests/app/Statistics/Google/ChartNoChildrenFamiliesTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartNoChildrenFamilies
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartNoChildrenFamilies
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartNoChildrenFamilies
*/
class ChartNoChildrenFamiliesTest extends TestCase
{
diff --git a/tests/app/Statistics/Google/ChartSexTest.php b/tests/app/Statistics/Google/ChartSexTest.php
index 0a7966ce9e..071486d369 100644
--- a/tests/app/Statistics/Google/ChartSexTest.php
+++ b/tests/app/Statistics/Google/ChartSexTest.php
@@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase;
/**
* Test harness for the class ChartSex
*
- * @covers Fisharebest\Webtrees\Statistics\Google\ChartSex
+ * @covers \Fisharebest\Webtrees\Statistics\Google\ChartSex
*/
class ChartSexTest extends TestCase
{