Skip to content

Commit

Permalink
added missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 11, 2011
1 parent 9a6aafa commit e8ea852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php
Expand Up @@ -147,7 +147,7 @@ public function testLabel()
'
);
}
/*

public function testLabelOnForm()
{
$form = $this->factory->createNamed('date', 'na&me', null, array(
Expand All @@ -164,7 +164,7 @@ public function testLabelOnForm()
'
);
}
*/

public function testLabelWithCustomTextPassedAsOption()
{
$form = $this->factory->createNamed('text', 'na&me', null, array(
Expand Down

0 comments on commit e8ea852

Please sign in to comment.