summaryrefslogtreecommitdiff
path: root/tests/units
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-23 20:47:46 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-23 20:47:46 -0400
commit948ebb242490092c5a7e187c3b7813134b047d5e (patch)
tree28ed10f76c648ad8c70ffcc74e85c6de1ad8cfde /tests/units
parentcdd2080fc0041d71b99862a9aa3542fe6150c6c4 (diff)
Improve assets loading: remove http call to load task colors and async load of app.js
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/AclTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/AclTest.php b/tests/units/AclTest.php
index c74a90ca..72c897c0 100644
--- a/tests/units/AclTest.php
+++ b/tests/units/AclTest.php
@@ -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'));
}