We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940c794 commit e0a36ceCopy full SHA for e0a36ce
1 file changed
tests/system/Helpers/URLHelper/SiteUrlTest.php
@@ -139,6 +139,33 @@ public function configProvider()
139
'http://example.com/abc',
140
141
],
142
+ [
143
+ 'http://example.com/',
144
+ '',
145
+ null,
146
+ false,
147
+ '/abc',
148
+ 'http://example.com/abc',
149
150
+ ],
151
152
153
154
155
156
+ '/abc/',
157
+ 'http://example.com/abc/',
158
159
160
161
162
163
164
165
+ '/abc/def',
166
+ 'http://example.com/abc/def',
167
168
169
'URL decode' => [
170
'http://example.com/',
171
'',
0 commit comments