mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add AclAware Trait
This commit is contained in:
@@ -10,7 +10,7 @@ class ACLProviderTest extends \PhraseanetTestCase
|
||||
{
|
||||
public function testGetACL()
|
||||
{
|
||||
$acl = self::$DI['app']['acl']->get(self::$DI['user']);
|
||||
$acl = self::$DI['app']->getAclForUser(self::$DI['user']);
|
||||
|
||||
$this->assertInstanceOf('\ACL', $acl);
|
||||
}
|
||||
|
Reference in New Issue
Block a user