4f: Enable the node module
This commit is contained in:
parent
80a1f88b2c
commit
9b7d9b3feb
|
@ -7,7 +7,7 @@ use Drupal\my_module\Repository\ArticleRepository;
|
||||||
|
|
||||||
class ArticleRepositoryTest extends EntityKernelTestBase {
|
class ArticleRepositoryTest extends EntityKernelTestBase {
|
||||||
|
|
||||||
public static $modules = ['my_module'];
|
public static $modules = ['node', 'my_module'];
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function it_returns_blog_posts() {
|
public function it_returns_blog_posts() {
|
||||||
|
|
Loading…
Reference in a new issue