Optimized tests for fixture sources

This commit is contained in:
Kevin Frantz
2019-03-31 16:59:46 +02:00
parent 0115751e98
commit 108debf6bf
9 changed files with 89 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ final class HelpFixtureSource extends AbstractFixtureSource
$helpSource = new TextSource();
$helpSource->setText('See https://github.com/KevinFrantz/infinito/issues.');
$helpSource->setSlug(self::getSlug());
EntityTemplateFactory::createStandartPublicRight($helpSource);
EntityTemplateFactory::createStandartPublicRights($helpSource);
return $helpSource;
}