change label in form test

This commit is contained in:
Manuel Raynaud
2013-06-25 11:43:07 +02:00
parent 3d7262b3ea
commit 1fc1482ac4
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class CustomerCreation extends AbstractType
"attr" => array(
"class" => "field"
),
"label" => "toto"
"label" => "email"
)
)
->add('age', 'integer');