mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
FIx unrelated failing test
This commit is contained in:
parent
f45496336f
commit
ff8f338dc2
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||||
$this->assertSame($this->url, $content->getUrl());
|
$this->assertSame($this->url, $content->getUrl());
|
||||||
$this->assertContains('Google', $content->getTitle());
|
$this->assertContains('Google', $content->getTitle());
|
||||||
$this->assertSame('fr', $content->getLanguage());
|
$this->assertSame('fr', $content->getLanguage());
|
||||||
$this->assertSame('2016-04-07 19:01:35', $content->getPublishedAt()->format('Y-m-d H:i:s'));
|
$this->assertSame('2015-03-28 11:43:19', $content->getPublishedAt()->format('Y-m-d H:i:s'));
|
||||||
$this->assertArrayHasKey('x-frame-options', $content->getHeaders());
|
$this->assertArrayHasKey('x-frame-options', $content->getHeaders());
|
||||||
$client->getContainer()->get('craue_config')->set('store_article_headers', 0);
|
$client->getContainer()->get('craue_config')->set('store_article_headers', 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue