1) ZendTest\Feed\Reader\FeedSetTest::testAbsolutiseUri with data set "protocol-relative" ('//example.com/feed', 'https://example.org', 'https://example.com/feed')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'https://example.com/feed'
+'https://example.org/example.com/feed'
test/Reader/FeedSetTest.php:36
2) ZendTest\Feed\Reader\FeedSetTest::testAbsolutiseUri with data set "protocol-relative-default" ('//example.com/feed', '//example.org')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'http://example.com/feed'
+'http://example.org/example.com/feed'
test/Reader/FeedSetTest.php:36
Fixes #25 Proper fix for #2
Test before fix: