4c: Try to load the ArticleRepository
This commit is contained in:
parent
48ab1c9209
commit
3e46173860
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ class ArticleRepositoryTest extends EntityKernelTestBase {
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function it_returns_blog_posts() {
|
public function it_returns_blog_posts() {
|
||||||
|
$repository = $this->container->get(ArticleRepository::class);
|
||||||
|
|
||||||
$this->assertCount(1, $articles);
|
$this->assertCount(1, $articles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue