diff options
Diffstat (limited to 'tests/app/Statistics/Service')
| -rw-r--r-- | tests/app/Statistics/Service/CenturyServiceTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Statistics/Service/ColorServiceTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Statistics/Service/CountryServiceTest.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/app/Statistics/Service/CenturyServiceTest.php b/tests/app/Statistics/Service/CenturyServiceTest.php index 063fa050ba..5142cdf3f8 100644 --- a/tests/app/Statistics/Service/CenturyServiceTest.php +++ b/tests/app/Statistics/Service/CenturyServiceTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class CenturyService * - * @covers Fisharebest\Webtrees\Statistics\Service\CenturyService + * @covers \Fisharebest\Webtrees\Statistics\Service\CenturyService */ class CenturyServiceTest extends TestCase { diff --git a/tests/app/Statistics/Service/ColorServiceTest.php b/tests/app/Statistics/Service/ColorServiceTest.php index 2f19447e2f..0afc145cf7 100644 --- a/tests/app/Statistics/Service/ColorServiceTest.php +++ b/tests/app/Statistics/Service/ColorServiceTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class ColorService * - * @covers Fisharebest\Webtrees\Statistics\Service\ColorService + * @covers \Fisharebest\Webtrees\Statistics\Service\ColorService */ class ColorServiceTest extends TestCase { diff --git a/tests/app/Statistics/Service/CountryServiceTest.php b/tests/app/Statistics/Service/CountryServiceTest.php index e5f2088831..ae1278bc23 100644 --- a/tests/app/Statistics/Service/CountryServiceTest.php +++ b/tests/app/Statistics/Service/CountryServiceTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class CountryService * - * @covers Fisharebest\Webtrees\Statistics\Service\CountryService + * @covers \Fisharebest\Webtrees\Statistics\Service\CountryService */ class CountryServiceTest extends TestCase { |
