mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Added migrations execution after fresh install
This commit is contained in:
parent
6980304968
commit
7d2d1d6859
5 changed files with 28 additions and 14 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue