mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 14:47:35 +02:00
@@ -41,7 +41,8 @@ class FeedItemTest extends TestCase
|
||||
$this->assertSame(64800, $item->getTimestamp());
|
||||
|
||||
$item->setTimestamp('1st jan last year');
|
||||
// This will fail at 2024-01-01 hehe
|
||||
$this->assertSame(1640995200, $item->getTimestamp());
|
||||
|
||||
// This will fail at 2025-01-01 hehe
|
||||
$this->assertSame(1672531200, $item->getTimestamp());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user