aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php')
-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