public function testGetNameWithFormSuffix() { $type = new MyTestForm(); $this->assertEquals('mytest', $type->getName()); }
public function testGetNameWithFormSuffix() { $type = new MyTestForm(); $this->assertEquals('symfony_tests_component_form_mytestform', $type->getName()); }