CS
This commit is contained in:
parent
d03b72f405
commit
bb86dc6486
@ -310,7 +310,7 @@ class EntryRestControllerTest extends WallabagApiTestCase
|
|||||||
|
|
||||||
public function testGetTaggedEntriesWithBadParams()
|
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());
|
$this->assertSame(200, $this->client->getResponse()->getStatusCode());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user