mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Added publication date
This commit is contained in:
parent
19122cf660
commit
5e9009ce86
37 changed files with 140 additions and 23 deletions
|
@ -138,6 +138,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
|
||||
$this->assertEquals($this->url, $content->getUrl());
|
||||
$this->assertContains('Google', $content->getTitle());
|
||||
$this->assertEquals('2015-03-28 15:37:39', $content->getPublishedAt());
|
||||
}
|
||||
|
||||
public function testPostNewOkUrlExist()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue