Doctrine\Tests\OXM\Types\FloatTest::testName PHP Méthode

testName() public méthode

public testName ( )
    public function testName()
    {
        $this->assertEquals('float', $this->_type->getName());
    }