Browse Source

added missing test

Fabien Potencier 14 years ago
parent
commit
e8ea852179
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php

+ 2 - 2
tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php

@@ -147,7 +147,7 @@ abstract class AbstractLayoutTest extends \PHPUnit_Framework_TestCase
 '
 '
         );
         );
     }
     }
-/*
+
     public function testLabelOnForm()
     public function testLabelOnForm()
     {
     {
         $form = $this->factory->createNamed('date', 'na&me', null, array(
         $form = $this->factory->createNamed('date', 'na&me', null, array(
@@ -164,7 +164,7 @@ abstract class AbstractLayoutTest extends \PHPUnit_Framework_TestCase
 '
 '
         );
         );
     }
     }
-*/
+
     public function testLabelWithCustomTextPassedAsOption()
     public function testLabelWithCustomTextPassedAsOption()
     {
     {
         $form = $this->factory->createNamed('text', 'na&me', null, array(
         $form = $this->factory->createNamed('text', 'na&me', null, array(