File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ abstract class Base extends TestCase
60
60
'WS:/v1/realtime:passed ' ,
61
61
];
62
62
63
- const QUERY_HELPER_RESPONSES = [
63
+ protected const QUERY_HELPER_RESPONSES = [
64
64
'equal("title", ["Spiderman","Dr. Strange"]) ' ,
65
65
'notEqual("title", ["Spiderman"]) ' ,
66
66
'lessThan("releasedYear", [1990]) ' ,
@@ -74,7 +74,7 @@ abstract class Base extends TestCase
74
74
'offset(20) ' ,
75
75
];
76
76
77
- const PERMISSION_HELPER_RESPONSES = [
77
+ protected const PERMISSION_HELPER_RESPONSES = [
78
78
'read("any") ' ,
79
79
'write("user:userid") ' ,
80
80
'create("users") ' ,
@@ -83,7 +83,7 @@ abstract class Base extends TestCase
83
83
'delete("team:teamId") '
84
84
];
85
85
86
- const ID_HELPER_RESPONSES = [
86
+ protected const ID_HELPER_RESPONSES = [
87
87
'unique() ' ,
88
88
'custom_id '
89
89
];
You can’t perform that action at this time.
0 commit comments