Skip to content

Commit

Permalink
TASK: allow node fixture creation when acl package is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
batabana authored and Anne Menzel committed Mar 16, 2023
1 parent 342f7ac commit 3e5d475
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Configuration/Testing/Behat/Policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
roles:
# this is necessary to allow the test runner to create fixtures when neos
# acl package is installed
'Neos.Flow:Everybody':
privileges:
-
privilegeTarget: 'Sandstorm.NeosAcl:EditAllNodes'
permission: GRANT
-
privilegeTarget: 'Sandstorm.NeosAcl:CreateAllNodes'
permission: GRANT
-
privilegeTarget: 'Sandstorm.NeosAcl:RemoveAllNodes'
permission: GRANT

0 comments on commit 3e5d475

Please sign in to comment.