aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 15:21:07 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:28:55 +0200
commit06d13ddfbc6dad568bb28d5c33daab9e54dc6669 (patch)
tree096c1fc23d61c6d35a1d1cad970c2f9fbd384435 /tests/Wallabag/ImportBundle
parentefe659ab84df5db23d95203c0cef8c43ed0914e1 (diff)
downloadwallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.tar.gz
wallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.tar.zst
wallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.zip
Indentation and renamed fixtures file
Diffstat (limited to 'tests/Wallabag/ImportBundle')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php2
-rw-r--r--tests/Wallabag/ImportBundle/fixtures/bookmarks.json (renamed from tests/Wallabag/ImportBundle/fixtures/Bookmarks)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php b/tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php
index 8016227c..46c831f8 100644
--- a/tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php
@@ -27,7 +27,7 @@ class BrowserControllerTest extends WallabagCoreTestCase
27 $crawler = $client->request('GET', '/import/browser'); 27 $crawler = $client->request('GET', '/import/browser');
28 $form = $crawler->filter('form[name=upload_import_file] > button[type=submit]')->form(); 28 $form = $crawler->filter('form[name=upload_import_file] > button[type=submit]')->form();
29 29
30 $file = new UploadedFile(__DIR__.'/../fixtures/Bookmarks', 'Bookmarks'); 30 $file = new UploadedFile(__DIR__.'/../fixtures/bookmarks.json', 'Bookmarks');
31 31
32 $data = [ 32 $data = [
33 'upload_import_file[file]' => $file, 33 'upload_import_file[file]' => $file,
diff --git a/tests/Wallabag/ImportBundle/fixtures/Bookmarks b/tests/Wallabag/ImportBundle/fixtures/bookmarks.json
index 8b78b8a4..8b78b8a4 100644
--- a/tests/Wallabag/ImportBundle/fixtures/Bookmarks
+++ b/tests/Wallabag/ImportBundle/fixtures/bookmarks.json