summaryrefslogtreecommitdiff
path: root/tests/feature
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-02-22 14:59:48 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-02-22 14:59:48 +0000
commit21dde1d763d09de95fd77c3db649f60a7775c7ef (patch)
tree2a0655d186b9038f91256e9b166547d36f59dcdf /tests/feature
parente6f3d5e222a2d3e300c90eeb0db5435cf5657235 (diff)
downloadwebtrees-21dde1d763d09de95fd77c3db649f60a7775c7ef.tar.gz
webtrees-21dde1d763d09de95fd77c3db649f60a7775c7ef.tar.bz2
webtrees-21dde1d763d09de95fd77c3db649f60a7775c7ef.zip
Testing
Diffstat (limited to 'tests/feature')
-rw-r--r--tests/feature/EmbeddedVariablesTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/feature/EmbeddedVariablesTest.php b/tests/feature/EmbeddedVariablesTest.php
index 030b51a933..d1342061b8 100644
--- a/tests/feature/EmbeddedVariablesTest.php
+++ b/tests/feature/EmbeddedVariablesTest.php
@@ -40,7 +40,6 @@ use Fisharebest\Webtrees\Services\UserService;
* @covers \Fisharebest\Webtrees\Statistics\Repository\EventRepository
* @covers \Fisharebest\Webtrees\Statistics\Repository\PlaceRepository
* @covers \Fisharebest\Webtrees\Statistics\Repository\UserRepository
- * @covers \Fisharebest\Webtrees\Statistics\AbstractGoogle
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartChildren
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartAge
* @covers \Fisharebest\Webtrees\Statistics\Google\ChartCommonGiven
@@ -58,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\Helper\Country
- * @covers \Fisharebest\Webtrees\Statistics\Helper\Century
+ * @covers \Fisharebest\Webtrees\Statistics\Service\Country
+ * @covers \Fisharebest\Webtrees\Statistics\Service\Century
*/
class EmbeddedVariablesTest extends TestCase
{