Esempio n. 1
0
    public function testGetNameWithFormSuffix()
    {
        $type = new MyTestForm();

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