Skip to content

Commit cceb1e8

Browse files
committed
test: update ConfigCheckTest assertions
1 parent f7c46dd commit cceb1e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/Commands/Utilities/ConfigCheckTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function testGetKintD()
9696
public 'allowedHostnames' -> array (0) []
9797
public 'indexPage' -> string (9) "index.php"
9898
public 'uriProtocol' -> string (11) "REQUEST_URI"
99+
public 'permittedURIChars' -> string (14) "a-z 0-9~%.:_\-"
99100
public 'defaultLocale' -> string (2) "en"
100101
public 'negotiateLocale' -> boolean false
101102
public 'supportedLocales' -> array (1) [
@@ -150,6 +151,8 @@ public function testGetVarDump()
150151
string(9) "index.php"
151152
public string $uriProtocol =>
152153
string(11) "REQUEST_URI"
154+
public string $permittedURIChars =>
155+
string(14) "a-z 0-9~%.:_\-"
153156
public string $defaultLocale =>
154157
string(2) "en"
155158
public bool $negotiateLocale =>
@@ -192,6 +195,8 @@ public function testGetVarDump()
192195
string(9) "index.php"
193196
["uriProtocol"]=>
194197
string(11) "REQUEST_URI"
198+
["permittedURIChars"]=>
199+
string(14) "a-z 0-9~%.:_\-"
195200
["defaultLocale"]=>
196201
string(2) "en"
197202
["negotiateLocale"]=>

0 commit comments

Comments
 (0)