diff options
Diffstat (limited to 'tests/Wallabag')
-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 | } |