diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-26 22:46:44 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:55 +0100 |
commit | b13b2ef052f3c21f17ab2a4f3f410049e3c79c83 (patch) | |
tree | 2f8084c1e98ecfc16698c66cd3846c543d391aeb /tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | |
parent | 8f2038e5b15c2d7342ed18381531e5eb95e86d46 (diff) | |
download | wallabag-b13b2ef052f3c21f17ab2a4f3f410049e3c79c83.tar.gz wallabag-b13b2ef052f3c21f17ab2a4f3f410049e3c79c83.tar.zst wallabag-b13b2ef052f3c21f17ab2a4f3f410049e3c79c83.zip |
CS
Diffstat (limited to 'tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php')
-rw-r--r-- | tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php index 176da3cd..3696f8f9 100644 --- a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php +++ b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | |||
@@ -940,7 +940,7 @@ class EntryRestControllerTest extends WallabagApiTestCase | |||
940 | 940 | ||
941 | $content = json_decode($this->client->getResponse()->getContent(), true); | 941 | $content = json_decode($this->client->getResponse()->getContent(), true); |
942 | 942 | ||
943 | $this->assertSame(true, $content['exists']); | 943 | $this->assertTrue($content['exists']); |
944 | } | 944 | } |
945 | 945 | ||
946 | public function testGetEntriesExistsWithManyUrls() | 946 | public function testGetEntriesExistsWithManyUrls() |