Adds Permission model and framework for testing permission manager.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
## YAML Template.
|
||||
testUsers:
|
||||
-
|
||||
id: 1
|
||||
name: "Test User 1"
|
||||
testUserAssociations:
|
||||
-
|
||||
owner_id: 1
|
||||
permission_id: "lotgd/core/superuser"
|
||||
permissionState: 1
|
||||
|
||||
permissions:
|
||||
-
|
||||
id: "lotgd/core/superuser"
|
||||
library: "lotgd/core"
|
||||
name: "Superuser. Superseeds all flags."
|
||||
@@ -0,0 +1,6 @@
|
||||
## YAML Template.
|
||||
permissions:
|
||||
-
|
||||
id: "lotgd/core/superuser"
|
||||
library: "lotgd/core"
|
||||
name: "Superuser. Superseeds all flags."
|
||||
Reference in New Issue
Block a user