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 InformationFixtureSource extends AbstractFixtureSource
$informationSource = new TextSource();
$informationSource->setText('See https://github.com/KevinFrantz/infinito/issues.');
$informationSource->setSlug(self::getSlug());
EntityTemplateFactory::createStandartPublicRight($informationSource);
EntityTemplateFactory::createStandartPublicRights($informationSource);
return $informationSource;
}