public function testGetNameWithTypeSuffix() { $type = new MyTestType(); $this->assertEquals('mytest', $type->getName()); }
public function testGetNameWithTypeSuffix() { $type = new MyTestType(); $this->assertEquals('symfony_tests_component_form_mytesttype', $type->getName()); }