Define storeArticleHeaders false by default

Fix tests which must use `$storeArticleHeaders`.
Fix CS
This commit is contained in:
Jeremy Benoist
2017-11-21 10:37:36 +01:00
parent 8a21985474
commit 709e21a3f4
4 changed files with 18 additions and 17 deletions

View File

@ -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()