forked from wallabag/wallabag
Define storeArticleHeaders false by default
Fix tests which must use `$storeArticleHeaders`. Fix CS
This commit is contained in:
@ -855,7 +855,7 @@ class EntryRestControllerTest extends WallabagApiTestCase
|
||||
|
||||
$content = json_decode($this->client->getResponse()->getContent(), true);
|
||||
|
||||
$this->assertSame(false, $content['exists']);
|
||||
$this->assertFalse($content['exists']);
|
||||
}
|
||||
|
||||
public function testGetEntriesExistsWithNoUrl()
|
||||
|
||||
Reference in New Issue
Block a user