4c: Try to load the ArticleRepository

This commit is contained in:
Oliver Davies 2020-11-14 09:02:35 +00:00
parent 48ab1c9209
commit 3e46173860

View file

@ -8,6 +8,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
/** @test */
public function it_returns_blog_posts() {
$repository = $this->container->get(ArticleRepository::class);
$this->assertCount(1, $articles);
}