diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-09-26 14:47:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-26 14:47:02 +0200 |
commit | d6de23a100221ae1afaa92a58af17a17d0c6614e (patch) | |
tree | bd105198c75ea6b8e5d37a80a9f0135942a1c5eb /tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php | |
parent | 7e98ad962680fac17b3b90ae34b9c6e5afe7636f (diff) | |
parent | fefef9d41b4d1bd9efbd49011159bae70bf67528 (diff) | |
download | wallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.tar.gz wallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.tar.zst wallabag-d6de23a100221ae1afaa92a58af17a17d0c6614e.zip |
Merge pull request #2192 from wallabag/import-browser-bookmarks
Import Firefox & Chrome bookmarks into wallabag
Diffstat (limited to 'tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php')
-rw-r--r-- | tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php b/tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php index ee5b2ab7..101c20eb 100644 --- a/tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php +++ b/tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php | |||
@@ -80,7 +80,7 @@ class WallabagRestControllerTest extends WallabagApiTestCase | |||
80 | 80 | ||
81 | public function testGetStarredEntries() | 81 | public function testGetStarredEntries() |
82 | { | 82 | { |
83 | $this->client->request('GET', '/api/entries', ['star' => 1, 'sort' => 'updated']); | 83 | $this->client->request('GET', '/api/entries', ['starred' => 1, 'sort' => 'updated']); |
84 | 84 | ||
85 | $this->assertEquals(200, $this->client->getResponse()->getStatusCode()); | 85 | $this->assertEquals(200, $this->client->getResponse()->getStatusCode()); |
86 | 86 | ||