aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-11-21 10:30:35 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-11-21 10:30:35 +0100
commit64a5a6cfc5211a42b267a623588ddb3c0b527aa4 (patch)
treee132e2834e11c8d0dcdc001dfe08fd053ed2fe87 /tests/Wallabag/ApiBundle
parentb3d85e69e913ea4590a03498ced6c8589df3a36f (diff)
downloadwallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.tar.gz
wallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.tar.zst
wallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.zip
CS
Diffstat (limited to 'tests/Wallabag/ApiBundle')
-rw-r--r--tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
index 65a3ccd9..b0d4c4e1 100644
--- a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
+++ b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
@@ -983,7 +983,7 @@ class EntryRestControllerTest extends WallabagApiTestCase
983 983
984 $content = json_decode($this->client->getResponse()->getContent(), true); 984 $content = json_decode($this->client->getResponse()->getContent(), true);
985 985
986 $this->assertSame(false, $content['exists']); 986 $this->assertFalse($content['exists']);
987 } 987 }
988 988
989 public function testGetEntriesExistsWithNoUrl() 989 public function testGetEntriesExistsWithNoUrl()