Skip to content

Commit

Permalink
Merge pull request #20 from sandstorm/support-acl-package
Browse files Browse the repository at this point in the history
TASK: allow node fixture creation when acl package is installed
  • Loading branch information
erickloss authored Mar 16, 2023
2 parents 342f7ac + 3e5d475 commit 57d8d14
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 57d8d14

Please sign in to comment.