Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 1027779

Browse files
committed
Fix sample file path
1 parent 88e23d3 commit 1027779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FeedIo/ExplorerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testDiscoverHttps()
7979
*/
8080
public function testDiscoverProtocolless()
8181
{
82-
$this->createTestObject("/../samples/discovery-mixed.html");
82+
$this->createTestObject("/../samples/discovery-dualprotocol.html");
8383
$feeds = $this->object->discover('https://exmple.org/feed.atom');
8484

8585
$this->assertEquals(['https://example.org/feed.xml', 'https://example.org/comments.xml'], $feeds);

0 commit comments

Comments
 (0)