We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ce431 commit c081478Copy full SHA for c081478
tests/integration/Core/Repository/TrashService/TrashTest.php
@@ -54,7 +54,7 @@ public function testTrashLocationDeletesChildrenDrafts(): void
54
$secondDepthChildFolderLocationId,
55
);
56
57
- $locationToTrash = $this->getLocationService()->loadLocation($folderMainLocationId);
+ $locationToTrash = self::getLocationService()->loadLocation($folderMainLocationId);
58
59
$trashService->trash($locationToTrash);
60
0 commit comments