Remove unnecessary comment and change test name

This commit is contained in:
Grzegorz Łukaszewicz 2013-02-12 18:53:25 +01:00 committed by Fabien Potencier
parent 9f0beabdd7
commit 22aa8a6f66

View File

@ -86,10 +86,7 @@ class ChoiceTypeTest extends TypeTestCase
));
}
/**
* expectedException \Symfony\Component\Form\Exception\Exception
*/
public function testEitherChoiceListOrChoicesMustBeSet()
public function testChoiceListAndChoicesCanBeEmpty()
{
$this->factory->create('choice', null, array(
));