Fix minor test bugs

This commit is contained in:
Dennis Eichhorn 2017-03-21 21:43:31 +01:00
parent 24c39e593c
commit 96d3c119d3

View File

@ -62,8 +62,8 @@ class WikiDocMapper extends DataMapperAbstract
'badges' => [ 'badges' => [
'mapper' => WikiBadgeMapper::class, 'mapper' => WikiBadgeMapper::class,
'table' => 'wiki_article_badge', 'table' => 'wiki_article_badge',
'dst' => 'wiki_article_badge_article', 'dst' => 'wiki_article_badge_badge',
'src' => 'wiki_article_badge_badge', 'src' => 'wiki_article_badge_article',
], ],
]; ];