mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Use a form type for entry
This commit is contained in:
parent
78cedc2262
commit
7781faa0b0
3 changed files with 32 additions and 6 deletions
|
@ -60,7 +60,7 @@ class EntryControllerTest extends WallabagTestCase
|
|||
$form = $crawler->filter('button[type=submit]')->form();
|
||||
|
||||
$data = array(
|
||||
'form[url]' => 'https://www.mailjet.com/blog/mailjet-zapier-integrations-made-easy/',
|
||||
'entry[url]' => 'https://www.mailjet.com/blog/mailjet-zapier-integrations-made-easy/',
|
||||
);
|
||||
|
||||
$client->submit($form, $data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue