Skip to content
Snippets Groups Projects
Commit f473417d authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3297233: Move ::accessCheck() to correct location

Fixes issue introduced in parent commit.
parent e2ffa721
No related branches found
No related tags found
No related merge requests found
......@@ -149,9 +149,9 @@ class PdfWebformPopulationTest extends FillPdfTestBase {
}
$entity_ids = $this->container->get('entity_type.manager')
->accessCheck(TRUE)
->getStorage('webform_submission')
->getQuery()
->accessCheck(TRUE)
->sort('sid', 'DESC')
->condition('webform_id', $webform->id())
->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment