]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 11 Oct 2017 08:51:24 +0000 (10:51 +0200)
committerSébastien Viande <sviande@gmail.com>
Thu, 12 Oct 2017 05:38:27 +0000 (07:38 +0200)
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());
     }