aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-10-22 23:08:58 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-10-22 23:08:58 +0200
commitfc040c749dec0275e562182562c1c1cb89e6cfa1 (patch)
tree5845f272a8c5f8b1aa7c3e7da0d798b791952cc8 /tests
parente07fadea76aa7329c4b955a59e74cb867c733706 (diff)
downloadwallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.tar.gz
wallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.tar.zst
wallabag-fc040c749dec0275e562182562c1c1cb89e6cfa1.zip
updateOriginUrl: add behavior when diff is fragment and query
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
index c20732cc..3debc457 100644
--- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
+++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
@@ -801,6 +801,14 @@ class ContentProxyTest extends TestCase
801 null, 801 null,
802 'example.org', 802 'example.org',
803 ], 803 ],
804 'fragment and query string in fetched content' => [
805 'https://example.org/hello',
806 null,
807 'https://example.org/hello?foo#world',
808 'https://example.org/hello',
809 null,
810 'example.org',
811 ]
804 ]; 812 ];
805 } 813 }
806 814