Skip to content

Commit ed95beb

Browse files
committed
Remove unrelated chante
1 parent 616bffc commit ed95beb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/DataLiberation/Tests/RewriteUrlsTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ public static function provider_test_wp_rewrite_urls() {
3535
'http://legacy-blog.com',
3636
'https://modern-webstore.org',
3737
),
38-
'IP and port combinations' => array(
39-
'<!-- wp:image {"src": "http://localhost:8881/?page=118"} -->',
40-
'<!-- wp:image {"src":"https:\/\/modern-webstore.org\/?page=118"} -->',
41-
'http://localhost:8881',
42-
'https://modern-webstore.org',
43-
),
4438
'Domain in a block attribute expressed with JSON UTF-8 escape sequences' => array(
4539
'<!-- wp:image {"src": "https:\/\/\u006c\u0065\u0067\u0061\u0063y-bl\u006fg.\u0063\u006fm/wp-content/image.png"} -->',
4640
'<!-- wp:image {"src":"https:\/\/modern-webstore.org\/wp-content\/image.png"} -->',

0 commit comments

Comments
 (0)