File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tests/system/Commands/Utilities Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ public function testGetKintD()
96
96
public 'allowedHostnames' -> array (0) []
97
97
public 'indexPage' -> string (9) "index.php"
98
98
public 'uriProtocol' -> string (11) "REQUEST_URI"
99
+ public 'permittedURIChars' -> string (14) "a-z 0-9~%.:_\-"
99
100
public 'defaultLocale' -> string (2) "en"
100
101
public 'negotiateLocale' -> boolean false
101
102
public 'supportedLocales' -> array (1) [
@@ -150,6 +151,8 @@ public function testGetVarDump()
150
151
string(9) "index.php"
151
152
public string $uriProtocol =>
152
153
string(11) "REQUEST_URI"
154
+ public string $permittedURIChars =>
155
+ string(14) "a-z 0-9~%.:_\-"
153
156
public string $defaultLocale =>
154
157
string(2) "en"
155
158
public bool $negotiateLocale =>
@@ -192,6 +195,8 @@ public function testGetVarDump()
192
195
string(9) "index.php"
193
196
["uriProtocol"]=>
194
197
string(11) "REQUEST_URI"
198
+ ["permittedURIChars"]=>
199
+ string(14) "a-z 0-9~%.:_\-"
195
200
["defaultLocale"]=>
196
201
string(2) "en"
197
202
["negotiateLocale"]=>
You can’t perform that action at this time.
0 commit comments