parent
ee1d9beb82
commit
9e3d3fd7ef
|
@ -694,6 +694,9 @@ As we need 3 articles, let’s create them.
|
|||
+ $this->createNode(['type' => 'article'])->save();
|
||||
+ $this->createNode(['type' => 'article'])->save();
|
||||
+ $this->createNode(['type' => 'article'])->save();
|
||||
|
||||
$repository = $this->container->get(ArticleRepository::class);
|
||||
$articles = $repository->getAll();
|
||||
```
|
||||
|
||||
The next error is a little cryptic:
|
||||
|
|
Loading…
Reference in a new issue