Skip to content

Commit 3985447

Browse files
committed
Acl: Corrected typo in the Acl tests
modified: php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php
1 parent 8f7e7fb commit 3985447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function testAclObjectsDefault()
183183
$acl->setDefaultAction(PhAcl::DENY);
184184

185185
$acl->addRole($aclRole);
186-
$acl->addResource($aclResource. array('search', 'destroy'));
186+
$acl->addResource($aclResource, array('search', 'destroy'));
187187

188188
$expected = PhAcl::DENY;
189189
$actual = $acl->isAllowed('Administrators', 'Customers', 'search');

0 commit comments

Comments
 (0)