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.php12
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
index a60aec5b..3dd9273c 100644
--- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
+++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
@@ -777,20 +777,12 @@ class ContentProxyTest extends TestCase
777 null, 777 null,
778 'example.com', 778 'example.com',
779 ], 779 ],
780 'no query string in fetched content' => [
781 'https://example.org/hello?world=1',
782 null,
783 'https://example.org/hello',
784 'https://example.org/hello?world=1',
785 null,
786 'example.org',
787 ],
788 'query string in fetched content' => [ 780 'query string in fetched content' => [
789 'https://example.org/hello', 781 'https://example.org/hello',
790 null, 782 null,
791 'https://example.org/hello?world=1', 783 'https://example.org/hello?world=1',
784 'https://example.org/hello?world=1',
792 'https://example.org/hello', 785 'https://example.org/hello',
793 null,
794 'example.org', 786 'example.org',
795 ], 787 ],
796 'fragment in fetched content' => [ 788 'fragment in fetched content' => [
@@ -805,8 +797,8 @@ class ContentProxyTest extends TestCase
805 'https://example.org/hello', 797 'https://example.org/hello',
806 null, 798 null,
807 'https://example.org/hello?foo#world', 799 'https://example.org/hello?foo#world',
800 'https://example.org/hello?foo#world',
808 'https://example.org/hello', 801 'https://example.org/hello',
809 null,
810 'example.org', 802 'example.org',
811 ], 803 ],
812 'different path and query string in fetch content' => [ 804 'different path and query string in fetch content' => [