Skip to content

Commit c35d759

Browse files
OleVikGrotax
authored andcommitted
Update ReaderTest.php
1 parent 529daab commit c35d759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FeedIo/ReaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testReadWithoutModifiedSince()
131131
$feed = new Feed();
132132
$this->object->addParser($this->getParser());
133133
$result = $this->object->read('fakeurl', $feed);
134-
$this->assertEquals(new \DateTime('1800-01-01'), $result->getModifiedSince());
134+
$this->assertEquals(null, $result->getModifiedSince());
135135
}
136136

137137
public function testReadException()

0 commit comments

Comments
 (0)