File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212use Laminas \Permissions \Acl \Role ;
1313use Laminas \Permissions \Acl \Role \GenericRole ;
1414use Laminas \Permissions \Acl \Role \RoleInterface ;
15+ use LaminasTest \Permissions \Acl \StandardUseCase \UserIsBlogPostOwnerAssertion ;
1516use LaminasTest \Permissions \Acl \TestAsset \MockAssertion ;
1617use PHPUnit \Framework \TestCase ;
1718use stdClass ;
@@ -1095,7 +1096,7 @@ public function testAclAssertionsGetProperRoleWhenInheritenceIsUsed(): void
10951096 $ blogPost = new Resource \GenericResource ('blogPost ' );
10961097
10971098 /**
1098- * @var LaminasTest\Permissions\Acl\StandardUseCase\ UserIsBlogPostOwnerAssertion
1099+ * @var UserIsBlogPostOwnerAssertion $assertion
10991100 */
11001101 $ assertion = $ acl ->customAssertion ;
11011102
@@ -1117,7 +1118,7 @@ public function testAclAssertionsGetOriginalIsAllowedObjects(): void
11171118 $ this ->assertTrue ($ acl ->isAllowed ($ user , $ blogPost , 'view ' ));
11181119
11191120 /**
1120- * @var LaminasTest\Permissions\Acl\StandardUseCase\ UserIsBlogPostOwnerAssertion
1121+ * @var UserIsBlogPostOwnerAssertion $assertion
11211122 */
11221123 $ assertion = $ acl ->customAssertion ;
11231124
You can’t perform that action at this time.
0 commit comments