]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
CS
[github/wallabag/wallabag.git] / tests / Wallabag / ApiBundle / Controller / EntryRestControllerTest.php
index 4ffe478da4191711328e6b3fc6e617159cfd482f..95c64501c0e94cca146c0cfe3a6f4c1244c8d24d 100644 (file)
@@ -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());
     }