We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8d1b15 + 3985447 commit 1fcb6b5Copy full SHA for 1fcb6b5
php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php
@@ -183,7 +183,7 @@ public function testAclObjectsDefault()
183
$acl->setDefaultAction(PhAcl::DENY);
184
185
$acl->addRole($aclRole);
186
- $acl->addResource($aclResource. array('search', 'destroy'));
+ $acl->addResource($aclResource, array('search', 'destroy'));
187
188
$expected = PhAcl::DENY;
189
$actual = $acl->isAllowed('Administrators', 'Customers', 'search');
0 commit comments