Try to load posts
> Error: Call to a member function loadByProperties() on null
This commit is contained in:
parent
6e00df9ccc
commit
0c162ed08e
|
@ -16,6 +16,8 @@ final class PostNodeRepositoryUnitTest extends UnitTestCase {
|
||||||
$repository = new PostNodeRepository(
|
$repository = new PostNodeRepository(
|
||||||
$this->createMock(EntityTypeManagerInterface::class),
|
$this->createMock(EntityTypeManagerInterface::class),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$repository->findAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue