Skip to content

Commit

Permalink
Fix sample file path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Oct 26, 2022
1 parent e239de2 commit 1c45bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FeedIo/ExplorerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testDiscoverHttps()
*/
public function testDiscoverProtocolless()
{
$this->createTestObject("/../samples/discovery-mixed.html");
$this->createTestObject("/../samples/discovery-dualprotocol.html");
$feeds = $this->object->discover('https://exmple.org/feed.atom');

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

0 comments on commit 1c45bd0

Please sign in to comment.