mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
CS
This commit is contained in:
parent
d03b72f405
commit
bb86dc6486
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue