File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ public function testSetAclUser()
74
74
75
75
try {
76
76
$ acl ->isGranted ($ permissionMap ->getMasks ('OWNER ' , null ), [$ securityIdentity1 ]);
77
- $ this ->fail ('NoAceFoundException not throwed ' );
77
+ $ this ->fail ('NoAceFoundException not thrown ' );
78
78
} catch (NoAceFoundException $ e ) {
79
79
}
80
80
81
81
try {
82
82
$ acl ->isGranted ($ permissionMap ->getMasks ('OPERATOR ' , null ), [$ securityIdentity2 ]);
83
- $ this ->fail ('NoAceFoundException not throwed ' );
83
+ $ this ->fail ('NoAceFoundException not thrown ' );
84
84
} catch (NoAceFoundException $ e ) {
85
85
}
86
86
}
@@ -117,13 +117,13 @@ public function testSetAclRole()
117
117
118
118
try {
119
119
$ acl ->isGranted ($ permissionMap ->getMasks ('VIEW ' , null ), [$ userSecurityIdentity ]);
120
- $ this ->fail ('NoAceFoundException not throwed ' );
120
+ $ this ->fail ('NoAceFoundException not thrown ' );
121
121
} catch (NoAceFoundException $ e ) {
122
122
}
123
123
124
124
try {
125
125
$ acl ->isGranted ($ permissionMap ->getMasks ('OPERATOR ' , null ), [$ userSecurityIdentity ]);
126
- $ this ->fail ('NoAceFoundException not throwed ' );
126
+ $ this ->fail ('NoAceFoundException not thrown ' );
127
127
} catch (NoAceFoundException $ e ) {
128
128
}
129
129
}
You can’t perform that action at this time.
0 commit comments