This commit is contained in:
Jeremy Benoist
2017-11-21 10:30:35 +01:00
parent b3d85e69e9
commit 64a5a6cfc5
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()