Add RSS feed for users and change address of project feeds
This commit is contained in:
@@ -38,6 +38,8 @@ class AclTest extends Base
|
||||
$this->assertTrue($acl->isPublicAction('board', 'readonly'));
|
||||
$this->assertFalse($acl->isPublicAction('board', 'show'));
|
||||
$this->assertTrue($acl->isPublicAction('app', 'colors'));
|
||||
$this->assertTrue($acl->isPublicAction('feed', 'project'));
|
||||
$this->assertTrue($acl->isPublicAction('feed', 'user'));
|
||||
}
|
||||
|
||||
public function testAdminActions()
|
||||
|
||||
Reference in New Issue
Block a user