try to test form

This commit is contained in:
Manuel Raynaud
2013-08-07 14:55:27 +02:00
parent 77334ee2ce
commit 80496641c6
5 changed files with 46 additions and 20 deletions

View File

@@ -73,7 +73,6 @@ class Cart extends BaseAction implements EventSubscriberInterface
$request = $event->getRequest();
$cartAdd = $this->getAddCartForm($request);
$form = $cartAdd->getForm();
$form->bind($request);