summaryrefslogtreecommitdiff
path: root/tests/feature
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-02-22 15:12:45 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-02-22 15:12:45 +0000
commitd12c87df8081f496d5bb2ff4975df94e2c9614ba (patch)
treed46158e9e020c6309a6c3f8c882294c6d54d69cf /tests/feature
parent21dde1d763d09de95fd77c3db649f60a7775c7ef (diff)
downloadwebtrees-d12c87df8081f496d5bb2ff4975df94e2c9614ba.tar.gz
webtrees-d12c87df8081f496d5bb2ff4975df94e2c9614ba.tar.bz2
webtrees-d12c87df8081f496d5bb2ff4975df94e2c9614ba.zip
Testing
Diffstat (limited to 'tests/feature')
-rw-r--r--tests/feature/EmbeddedVariablesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/feature/EmbeddedVariablesTest.php b/tests/feature/EmbeddedVariablesTest.php
index d1342061b8..ec6f8a4297 100644
--- a/tests/feature/EmbeddedVariablesTest.php
+++ b/tests/feature/EmbeddedVariablesTest.php
@@ -57,8 +57,8 @@ use Fisharebest\Webtrees\Services\UserService;
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartIndividualWithSources
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartBirth
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartDivorce
- * @covers \Fisharebest\Webtrees\Statistics\Service\Country
- * @covers \Fisharebest\Webtrees\Statistics\Service\Century
+ * @covers \Fisharebest\Webtrees\Statistics\Service\CountryService
+ * @covers \Fisharebest\Webtrees\Statistics\Service\CenturyService
*/
class EmbeddedVariablesTest extends TestCase
{