Ejemplo n.º 1
0
    public function testGetNameWithNoSuffix()
    {
        $type = new MyTest();

        $this->assertEquals('mytest', $type->getName());
    }
Ejemplo n.º 2
0
 public function testGetNameWithNoSuffix()
 {
     $type = new MyTest();
     $this->assertEquals('symfony_tests_component_form_mytest', $type->getName());
 }