浏览代码

added missing test

Fabien Potencier 14 年之前
父节点
当前提交
e8ea852179
共有 1 个文件被更改,包括 2 次插入2 次删除
  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()
     {
         $form = $this->factory->createNamed('date', 'na&me', null, array(
@@ -164,7 +164,7 @@ abstract class AbstractLayoutTest extends \PHPUnit_Framework_TestCase
 '
         );
     }
-*/
+
     public function testLabelWithCustomTextPassedAsOption()
     {
         $form = $this->factory->createNamed('text', 'na&me', null, array(