diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-01-29 08:34:07 +0000 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-01-29 08:40:04 +0000 |
commit | a3329ce0e8f63c42cdd90b28ee32a5938160a1fe (patch) | |
tree | 3a5d0936c0afd3379926d5e141187cae73f53647 /tests/units/AclTest.php | |
parent | 72913c33d37c9b84b88234d5a15b49c9bf4846a9 (diff) |
Allow public access to colors stylesheet.
Diffstat (limited to 'tests/units/AclTest.php')
-rw-r--r-- | tests/units/AclTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/AclTest.php b/tests/units/AclTest.php index 41af8950..20101d47 100644 --- a/tests/units/AclTest.php +++ b/tests/units/AclTest.php @@ -37,6 +37,7 @@ 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')); } public function testAdminActions() |