mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Update Firefox file
With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
This commit is contained in:
parent
27acc6ddb8
commit
12d93e6896
4 changed files with 91 additions and 78 deletions
|
@ -135,8 +135,8 @@ class FirefoxControllerTest extends WallabagCoreTestCase
|
|||
$this->assertEmpty($content->getLanguage());
|
||||
|
||||
$createdAt = $content->getCreatedAt();
|
||||
$this->assertEquals('2011', $createdAt->format('Y'));
|
||||
$this->assertEquals('07', $createdAt->format('m'));
|
||||
$this->assertEquals('2013', $createdAt->format('Y'));
|
||||
$this->assertEquals('12', $createdAt->format('m'));
|
||||
}
|
||||
|
||||
public function testImportWallabagWithEmptyFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue