From: Jeremy Benoist Date: Wed, 11 Oct 2017 08:51:24 +0000 (+0200) Subject: CS X-Git-Tag: 2.3.0~31^2~3^2~1 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=bb86dc648660cf3d94c6800f97214426b52f2d8e CS --- 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 public function testGetTaggedEntriesWithBadParams() { - $this->client->request('GET', '/api/entries', ['tags' => ['foo','bar']]); + $this->client->request('GET', '/api/entries', ['tags' => ['foo', 'bar']]); $this->assertSame(200, $this->client->getResponse()->getStatusCode()); }