4f: Enable the node module
Enable the node module within the test. This returns as 0 articles are returned, but 3 are expected in the assertion.
This commit is contained in:
parent
016512bf1b
commit
f492921c8d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ use Drupal\my_module\Repository\ArticleRepository;
|
|||
class ArticleRepositoryTest extends EntityKernelTestBase {
|
||||
|
||||
public static $modules = [
|
||||
'node',
|
||||
'my_module',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue