merged branch Dattaya/form/test-error (PR #4916)

Commits
-------

dbd169f [Form] Error in the SimpleFormTest case.

Discussion
----------

[Form] Error in the SimpleFormTest case.

Symfony2 tests pass: yes

---------------------------------------------------------------------------

by bschussek at 2012-07-14T13:25:28Z

Thanks, looks like a copy paste error. @fabpot 👍
This commit is contained in:
Fabien Potencier 2012-07-14 15:30:15 +02:00
commit 11f8cf0520
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ class SimpleFormTest extends AbstractFormTest
)))
->getForm();
$form->setData('app');
$form->bind('client');
$this->assertEquals('app', $form->getData());
$this->assertEquals('filterednorm', $form->getNormData());