We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e23d3 commit 1027779Copy full SHA for 1027779
tests/FeedIo/ExplorerTest.php
@@ -79,7 +79,7 @@ public function testDiscoverHttps()
79
*/
80
public function testDiscoverProtocolless()
81
{
82
- $this->createTestObject("/../samples/discovery-mixed.html");
+ $this->createTestObject("/../samples/discovery-dualprotocol.html");
83
$feeds = $this->object->discover('https://exmple.org/feed.atom');
84
85
$this->assertEquals(['https://example.org/feed.xml', 'https://example.org/comments.xml'], $feeds);
0 commit comments