1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
This commit is contained in:
Jeremy Benoist 2017-11-21 10:30:35 +01:00
parent b3d85e69e9
commit 64a5a6cfc5
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 3 additions and 3 deletions

View file

@ -983,7 +983,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()