forked from wallabag/wallabag
Added migrations execution after fresh install
This commit is contained in:
@ -766,10 +766,9 @@ class EntryRestControllerTest extends WallabagApiTestCase
|
||||
],
|
||||
];
|
||||
|
||||
$this->client->request('DELETE', '/api/entries/tags/list?list=' . json_encode($list));
|
||||
$this->client->request('DELETE', '/api/entries/tags/list?list='.json_encode($list));
|
||||
}
|
||||
|
||||
|
||||
public function testPostEntriesListAction()
|
||||
{
|
||||
$list = [
|
||||
|
||||
Reference in New Issue
Block a user