Skip to content
Snippets Groups Projects
Commit ba856f29 authored by Owen Bush's avatar Owen Bush
Browse files

Issue #3452641 by owenbush: Failing tests on main branch

parent b7b9cf28
No related branches found
No related tags found
1 merge request!94Fix failing test with setSyncing()
Pipeline #204100 passed with warnings
......@@ -53,6 +53,7 @@ class EntityEventSeriesTest extends EntityTestBase {
// Configure the mocked entity storage to create mocked entities.
$entity = $this->prophesize(ContentEntityInterface::class);
$entity->setSyncing(TRUE)->willReturn($entity->reveal());
$entity->isValidationRequired()->willReturn(FALSE);
$entity->validate()->willReturn([]);
$entity->save()->willReturn(self::SAVED_NEW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment