diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-05 17:42:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 17:42:42 +0200 |
commit | 43f81a62e93fb20c7af619a5132276706e989c62 (patch) | |
tree | 73f9e54fcbe02b8a2325b60cd18e4cebb2307bc4 /tests/Wallabag/ApiBundle | |
parent | ab742ee9c69f8cf6e6295d6044e05accffc5551d (diff) | |
parent | 7d2d1d685920e8b4975c3967c031ae0abb7098c8 (diff) | |
download | wallabag-43f81a62e93fb20c7af619a5132276706e989c62.tar.gz wallabag-43f81a62e93fb20c7af619a5132276706e989c62.tar.zst wallabag-43f81a62e93fb20c7af619a5132276706e989c62.zip |
Merge pull request #3088 from wallabag/execute-migrations-after-install
Added migrations execution after fresh install
Diffstat (limited to 'tests/Wallabag/ApiBundle')
-rw-r--r-- | tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php index f0173cef..362c269b 100644 --- a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php +++ b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | |||
@@ -766,10 +766,9 @@ class EntryRestControllerTest extends WallabagApiTestCase | |||
766 | ], | 766 | ], |
767 | ]; | 767 | ]; |
768 | 768 | ||
769 | $this->client->request('DELETE', '/api/entries/tags/list?list=' . json_encode($list)); | 769 | $this->client->request('DELETE', '/api/entries/tags/list?list='.json_encode($list)); |
770 | } | 770 | } |
771 | 771 | ||
772 | |||
773 | public function testPostEntriesListAction() | 772 | public function testPostEntriesListAction() |
774 | { | 773 | { |
775 | $list = [ | 774 | $list = [ |