diff options
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php index 10fbc225..dea5b79c 100644 --- a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | |||
@@ -135,8 +135,8 @@ class FirefoxControllerTest extends WallabagCoreTestCase | |||
135 | $this->assertEmpty($content->getLanguage()); | 135 | $this->assertEmpty($content->getLanguage()); |
136 | 136 | ||
137 | $createdAt = $content->getCreatedAt(); | 137 | $createdAt = $content->getCreatedAt(); |
138 | $this->assertEquals('2011', $createdAt->format('Y')); | 138 | $this->assertEquals('2013', $createdAt->format('Y')); |
139 | $this->assertEquals('07', $createdAt->format('m')); | 139 | $this->assertEquals('12', $createdAt->format('m')); |
140 | } | 140 | } |
141 | 141 | ||
142 | public function testImportWallabagWithEmptyFile() | 142 | public function testImportWallabagWithEmptyFile() |