我所做的是遵循本教程 http://www.ens.ro/2012/06/22/symfony2-jobeet-day-11-testing-your-forms/
无法获取提交表单的点击事件
评论后更新:
$client = static::createClient();
$crawler = $client->request('GET','/dashboard');
$form = $crawler->selectButton('save and continue')->form();
//对输入区分大小写,例如value="save and continue"
在我的信息中心页面中,有一个名为form_stepone
的表单,我需要提交
$crawler = $client->request('GET','/dashboard');
在此链接中,必须是URL,表单或表单存在的页面链接的操作