Add more tests

This commit is contained in:
Frédéric Guillot
2014-05-25 18:12:27 -04:00
parent 60a45dbb68
commit b6c4c93fe7
5 changed files with 133 additions and 17 deletions

View File

@@ -36,6 +36,7 @@ class Acl extends Base
'config' => array('index', 'removeremembermetoken'),
'comment' => array('create', 'save', 'confirm', 'remove', 'update', 'edit', 'forbidden'),
'file' => array('create', 'save', 'download', 'confirm', 'remove', 'open', 'image'),
'subtask' => array('create', 'save', 'edit', 'update', 'confirm', 'remove'),
'task' => array(
'show',
'create',