Improve assets loading: remove http call to load task colors and async load of app.js
This commit is contained in:
@@ -37,7 +37,6 @@ class AclTest extends Base
|
||||
$acl = new Acl($this->container);
|
||||
$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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user