您现在是否可以测试sf2中的表格错误?
像sf1.x:
with('form')->begin()->
hasErrors(3)->
isError('description', 'required')->
isError('how_to_apply', 'required')->
isError('email', 'invalid')->
end()
最佳答案
我目前还没有听说过SF2中的类似内容,
您可以编写自己的捆绑软件。
或使用symfony2的方式:http://symfony.com/doc/2.0/book/testing.html#forms。