diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-10-11 10:51:24 +0200 |
---|---|---|
committer | Sébastien Viande <sviande@gmail.com> | 2017-10-12 07:38:27 +0200 |
commit | bb86dc648660cf3d94c6800f97214426b52f2d8e (patch) | |
tree | b0790a48a3d25d52651a64fdb546cb9734845069 /tests | |
parent | d03b72f405095e4173dd07e6f38fe0cff23d36c4 (diff) | |
download | wallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.tar.gz wallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.tar.zst wallabag-bb86dc648660cf3d94c6800f97214426b52f2d8e.zip |
CS
Diffstat (limited to 'tests')
-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 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 | } |