4c: Try to load the ArticleRepository
This commit is contained in:
parent
48ab1c9209
commit
3e46173860
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue