diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-02 15:21:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-25 12:28:55 +0200 |
commit | 06d13ddfbc6dad568bb28d5c33daab9e54dc6669 (patch) | |
tree | 096c1fc23d61c6d35a1d1cad970c2f9fbd384435 /tests/Wallabag/ImportBundle/Controller | |
parent | efe659ab84df5db23d95203c0cef8c43ed0914e1 (diff) | |
download | wallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.tar.gz wallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.tar.zst wallabag-06d13ddfbc6dad568bb28d5c33daab9e54dc6669.zip |
Indentation and renamed fixtures file
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php | 2 |
1 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, |