Skip to content

Commit

Permalink
Update RedirectsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiul authored May 31, 2021
1 parent 7a6c098 commit 5c0a884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/RedirectsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ public function get_protected_redirect_data_full_url_only() {
'///test///',
'test2=123&test=456',
),
'redirect_non_ascii_path_with_multiple_slashes_and_query' => array(
'redirect_unicode_path_with_multiple_slashes_and_query' => array(
'https://www.example1.org///test///?فوتوغرافيا/?test=فوتوغرافيا',
'https',
'www.example1.org',
'///test///',
'فوتوغرافيا/?test=فوتوغرافيا',
),
'redirect_non_ascii_path_with_multiple_slashes' => array(
'redirect_unicode_path_with_multiple_slashes' => array(
'https://www.example1.org//فوتوغرافيا/?test=فوتوغرافيا',
'https',
'www.example1.org',
Expand Down

0 comments on commit 5c0a884

Please sign in to comment.