aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-10-11 10:51:24 +0200
committerSébastien Viande <sviande@gmail.com>2017-10-12 07:38:27 +0200
commitbb86dc648660cf3d94c6800f97214426b52f2d8e (patch)
treeb0790a48a3d25d52651a64fdb546cb9734845069 /tests
parentd03b72f405095e4173dd07e6f38fe0cff23d36c4 (diff)
downloadwallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.tar.gz
wallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.tar.zst
wallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.zip
CS
Diffstat (limited to 'tests')
-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 4ffe478d..95c64501 100644
--- a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
+++ b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
@@ -310,7 +310,7 @@ class EntryRestControllerTest extends WallabagApiTestCase
310 310
311 public function testGetTaggedEntriesWithBadParams() 311 public function testGetTaggedEntriesWithBadParams()
312 { 312 {
313 $this->client->request('GET', '/api/entries', ['tags' => ['foo','bar']]); 313 $this->client->request('GET', '/api/entries', ['tags' => ['foo', 'bar']]);
314 314
315 $this->assertSame(200, $this->client->getResponse()->getStatusCode()); 315 $this->assertSame(200, $this->client->getResponse()->getStatusCode());
316 } 316 }