aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 15:14:58 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 15:14:58 +0200
commit7d2d1d685920e8b4975c3967c031ae0abb7098c8 (patch)
treeee717fd1cd1f2387c35884d0c9c56b6d43061644 /tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
parent69803049688179e1b03ef424dec91f1b9a4f9e91 (diff)
downloadwallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.tar.gz
wallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.tar.zst
wallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.zip
Added migrations execution after fresh install
Diffstat (limited to 'tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php')
-rw-r--r--tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php3
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 = [