$customEntitySchemaUpdater,
$customEntityEnrichmentService,
$customEntityXmlSchemaValidator,
'',
$this->
createAppLoader(),
);
static::
assertNull( $customEntityLifecycleService->
updatePlugin(Uuid::
randomHex(), 'not/given'
) );
static::
assertNull( $customEntityLifecycleService->
updateApp(Uuid::
randomHex(), 'not/given'
) );
} public function testUpdatePluginOnlyCustomEntities(): void
{ $customEntityPersister =
$this->
createMock(CustomEntityPersister::
class);
$customEntityPersister->
expects(static::
once())->
method('update'
);
$customEntitySchemaUpdater =
$this->
createMock(CustomEntitySchemaUpdater::
class);
$customEntitySchemaUpdater->
expects(static::
once())->
method('update'
);