We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc0212 commit f807b33Copy full SHA for f807b33
1 file changed
Tests/Unit/Helper/TrailingSlashHelperTest.php
@@ -63,7 +63,7 @@ public static function urlDataProviderForRemoveTrailingSlash(): array
63
{
64
return [
65
['', ''],
66
- ['/', ''],
+ ['/', '/'],
67
['/foo/', '/foo'],
68
['/foo/bar/', '/foo/bar'],
69
['https://test.de', 'https://test.de'],
0 commit comments