chore: fix v11 branch build (#7836)

* chore: fix render management lint

* fix: build
This commit is contained in:
Beka Westberg
2024-02-07 17:30:44 +00:00
committed by GitHub
parent b2b12f42fd
commit abe4cf98f2
4 changed files with 6 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ suite('Render Management', function () {
isDisposed: () => false,
getRelativeToSurfaceXY: () => ({x: 0, y: 0}),
updateComponentLocations: () => {},
bumpNeighbours: () => {},
initialized: true,
workspace: ws || createMockWorkspace(),
};
}

View File

@@ -28,4 +28,4 @@ testGenerator.forBlock['test_block'] = function (
return ['a fake code string', Order.ADDITION];
};
phpGenerator.quote_();
phpGenerator.quote_('a string');